From 2276bf7935c28385511fa3a11abe11a975a76c81 Mon Sep 17 00:00:00 2001 From: cookedm Date: Fri, 21 Apr 2006 16:15:12 +0000 Subject: Use correct download url in setup.py so that setuptool's easy_install would be able to download the source correctly. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b7721cb45..e43ba2c2a 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def setup_package(): description = DOCLINES[0], long_description = "\n".join(DOCLINES[2:]), url = "http://numeric.scipy.org", - download_url = "http://sourceforge.net/projects/numpy", + download_url = "http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103", license = 'BSD', classifiers=filter(None, CLASSIFIERS.split('\n')), author = "Travis E. Oliphant, et.al.", -- cgit v1.2.1