Convert "NaN" -> "nan" to catch up with Numpy 1.6
[hooke.git] / setup.py
index 0d0ad7737568cce4edae04948c75d4c97c4e0c9d..8c82ddfbcb92c3bf36fad26616a987e38eccac3e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010-2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of Hooke.
 #
@@ -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://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)),
+      download_url='http://git.tremily.us/?p=hooke.git;a=snapshot;h={};sf=tgz'.format(version(4)),
       license = "GNU Lesser General Public License (LGPL)",
       platforms = ["all"],
       description = __doc__,