8000 BUG: fix download link in setup.py (which is shown on PyPi). · numpy/numpy@98ca13d · GitHub
[go: up one dir, main page]

Skip to content

Commit 98ca13d

Browse files
author
Ralf Gommers
committed
BUG: fix download link in setup.py (which is shown on PyPi).
Closes Trac ticket 2243.
1 parent a9c7b38 commit 98ca13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
DESCRIPTION = DOCLINES[0]
4949
LONG_DESCRIPTION = "\n".join(DOCLINES[2:])
5050
URL = "http://numpy.scipy.org"
51-
DOWNLOAD_URL = "http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103"
51+
DOWNLOAD_URL = "http://sourceforge.net/projects/numpy/files/NumPy/"
5252
LICENSE = 'BSD'
5353
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
5454
AUTHOR = "Travis E. Oliphant, et.al."

0 commit comments

Comments
 (0)
0