diff --git a/setup.py b/setup.py index 4a42bb7..2fe487b 100644 --- a/setup.py +++ b/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']