mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
0.9.11 release ready
This commit is contained in:
parent
783e28caf0
commit
b85adc9d3b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy','six']
|
|||
if sys.version_info < (3, 4):
|
||||
dependencies.append('enum34')
|
||||
|
||||
ver="0.9.10"
|
||||
ver="0.9.11"
|
||||
|
||||
setup(
|
||||
name='python-awips',
|
||||
|
@ -19,7 +19,7 @@ setup(
|
|||
packages=find_packages(exclude='data'),
|
||||
license='BSD',
|
||||
url='http://python-awips.readthedocs.io',
|
||||
download_url='https://github.com/Unidata/python-awisp/archive/v{}.tar.gz'.format(ver),
|
||||
download_url='https://github.com/Unidata/python-awips/archive/v{}.tar.gz'.format(ver),
|
||||
author='Unidata',
|
||||
author_email='mjames@ucar.edu',
|
||||
install_requires=dependencies,
|
||||
|
|
Loading…
Add table
Reference in a new issue