X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=setup.py;h=0d0ad7737568cce4edae04948c75d4c97c4e0c9d;hp=5d829bbac0a7084bf836f1ca2344b9b8b0f097e3;hb=c98177afdfe5fe6572d5e5ae54b4ffd0a5cfc00f;hpb=9a7935eb875f407b9ec561bcbb9d00c283787c8b diff --git a/setup.py b/setup.py index 5d829bb..0d0ad77 100644 --- 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/", - 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__,