Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miaohancheng committed Nov 10, 2024
1 parent 1bc8c4b commit ddcdc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description_content_type='text/markdown',
long_description=long_description,
url='https://github.com/mhcone/pysmatch',
download_url='https://github.com/mhcone/pysmatch/archive/{}.tar.gz'.format(VERSION),
download_url=f'https://github.com/mhcone/pysmatch/archive/v{os.getenv("PACKAGE_VERSION", "0.1")}.tar.gz',
keywords=['logistic', 'regression', 'matching', 'observational', 'machine learning', 'inference','pysmatch','Propensity Score Matching'],
include_package_data=True,
install_requires=dependencies
Expand Down

0 comments on commit ddcdc2a

Please sign in to comment.