mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Small changes to the setup.py for python-awips builds
- changed the doc url to point to our new/current doc site - changed the author's email from mj's to support-awips
This commit is contained in:
parent
6ba8036c34
commit
1f0dfc9b03
1 changed files with 3 additions and 4 deletions
7
setup.py
7
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 = "18.1.7"
|
ver = "18.1.7-1"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-awips',
|
name='python-awips',
|
||||||
|
@ -18,10 +18,10 @@ setup(
|
||||||
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
description='A framework for requesting AWIPS meteorological datasets from an EDEX server',
|
||||||
packages=find_packages(exclude='data'),
|
packages=find_packages(exclude='data'),
|
||||||
license='BSD',
|
license='BSD',
|
||||||
url='http://python-awips.readthedocs.io',
|
url='http://unidata.github.io/python-awips',
|
||||||
download_url='https://github.com/Unidata/python-awips/archive/{}.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='support-awips@ucar.edu',
|
||||||
install_requires=dependencies,
|
install_requires=dependencies,
|
||||||
extras_require={
|
extras_require={
|
||||||
'cdm': ['pyproj>=1.9.4'],
|
'cdm': ['pyproj>=1.9.4'],
|
||||||
|
@ -30,4 +30,3 @@ setup(
|
||||||
'examples': ['cartopy>=0.13.1', 'metpy>=0.4.0']
|
'examples': ['cartopy>=0.13.1', 'metpy>=0.4.0']
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue