Fix download URL to point to Git source in setup.py.
authorW. Trevor King <wking@drexel.edu>
Fri, 17 Feb 2012 03:10:02 +0000 (22:10 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 17 Feb 2012 03:10:02 +0000 (22:10 -0500)
setup.py

index 5d829bbac0a7084bf836f1ca2344b9b8b0f097e3..0d0ad7737568cce4edae04948c75d4c97c4e0c9d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(name="Hooke",
       maintainer="Massimo Sandal",
       maintainer_email="hookesoftware@googlegroups.com",
       url="http://code.google.com/p/hooke/",
       maintainer="Massimo Sandal",
       maintainer_email="hookesoftware@googlegroups.com",
       url="http://code.google.com/p/hooke/",
-      download_url="http://www.physics.drexel.edu/~wking/code/hg/hgweb.cgi/hooke/archive/%s.tar.gz" % version(3),
+      download_url='http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)),
       license = "GNU Lesser General Public License (LGPL)",
       platforms = ["all"],
       description = __doc__,
       license = "GNU Lesser General Public License (LGPL)",
       platforms = ["all"],
       description = __doc__,