Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cirrusasf authored Apr 23, 2021
1 parent ea1fcdf commit 385b04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author = 'Jiang Zhu', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://github.com/user/reponame', # Provide either the link to your github or to your website
download_url = 'https://github.com/cirrusasf/pypidemo/archive/refs/tags/v0.1-alpha.tar.gz', # I explain this later on
download_url = 'https://github.com/cirrusasf/pypidemo/archive/refs/tags/v0.1.2-alpha.tar.gz', # I explain this later on
keywords = ['demo', 'pypi', 'packing'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'netCDF4',
Expand All @@ -27,4 +27,4 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
)
)

0 comments on commit 385b04c

Please sign in to comment.