mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
package build 0.9.4
This commit is contained in:
parent
8abee299f4
commit
d34e6f6a3d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -3,12 +3,12 @@ from setuptools import find_packages
|
|||
|
||||
setup(
|
||||
name='python-awips',
|
||||
version='0.9.3',
|
||||
version='0.9.4',
|
||||
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
||||
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/tarball/0.9.3',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.4',
|
||||
author='Unidata',
|
||||
author_email='mjames@ucar.edu',
|
||||
requires=['argparse','shapely','numpy']
|
||||
|
|
Loading…
Add table
Reference in a new issue