mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
download_url set for release 0.9.1
This commit is contained in:
parent
ffcb14f82e
commit
2dd264af4c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
|||
packages=find_packages(exclude='data'),
|
||||
license='Apache 2.0 / Various + US Export Controlled Technical Data',
|
||||
url='http://www.unidata.ucar.edu/software/awips2',
|
||||
download_url='https://github.com/Unidata/python-awips',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.1',
|
||||
author_email='mjames@ucar.edu',
|
||||
author='Michael James',
|
||||
requires=['argparse','shapely','numpy']
|
||||
|
|
Loading…
Add table
Reference in a new issue