mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
0.9.12 ready
This commit is contained in:
parent
a97539b1a5
commit
20f5b15657
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ author = 'Unidata'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.9.11'
|
version = '0.9.12'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy','six']
|
||||||
if sys.version_info < (3, 4):
|
if sys.version_info < (3, 4):
|
||||||
dependencies.append('enum34')
|
dependencies.append('enum34')
|
||||||
|
|
||||||
ver="0.9.11"
|
ver="0.9.12"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-awips',
|
name='python-awips',
|
||||||
|
@ -19,7 +19,7 @@ setup(
|
||||||
packages=find_packages(exclude='data'),
|
packages=find_packages(exclude='data'),
|
||||||
license='BSD',
|
license='BSD',
|
||||||
url='http://python-awips.readthedocs.io',
|
url='http://python-awips.readthedocs.io',
|
||||||
download_url='https://github.com/Unidata/python-awips/archive/v{}.tar.gz'.format(ver),
|
download_url='https://github.com/Unidata/python-awips/archive/{}.tar.gz'.format(ver),
|
||||||
author='Unidata',
|
author='Unidata',
|
||||||
author_email='mjames@ucar.edu',
|
author_email='mjames@ucar.edu',
|
||||||
install_requires=dependencies,
|
install_requires=dependencies,
|
||||||
|
|
Loading…
Add table
Reference in a new issue