From 2dd264af4cf5bdf051028f71c0809b3ceef676e2 Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Fri, 11 Mar 2016 15:15:20 -0700 Subject: [PATCH] download_url set for release 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']