Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5d2049

Browse files
sandrotosicertik
authored andcommitted
move to www.numpy.org
1 parent 78628fd commit d5d2049

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bento.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: numpy
22
Version: 2.0.0
33
Summary: NumPy: array processing for numbers, strings, records, and objects.
4-
Url: http://numpy.scipy.org
4+
Url: http://www.numpy.org
55
DownloadUrl: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103
66
Description:
77
NumPy is a general-purpose array-processing package designed to

doc/source/dev/gitwash/git_links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080

8181
.. other stuff
8282
.. _python: http://www.python.org
83-
.. _NumPy: http://numpy.scipy.org
83+
.. _NumPy: http://www.numpy.org
8484
.. _`NumPy github`: http://github.com/numpy/numpy
8585
.. _`NumPy mailing list`: http://scipy.org/Mailing_Lists

doc/source/dev/gitwash_links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.. _NumPy: http://numpy.scipy.org
1+
.. _NumPy: http://www.numpy.org
22
.. _`NumPy github`: http://github.com/numpy/numpy
33
.. _`NumPy mailing list`: http://scipy.org/Mailing_Lists

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
MAINTAINER_EMAIL = "[email protected]"
4848
DESCRIPTION = DOCLINES[0]
4949
LONG_DESCRIPTION = "\n".join(DOCLINES[2:])
50-
URL = "http://numpy.scipy.org"
50+
URL = "http://www.numpy.org"
5151
DOWNLOAD_URL = "http://sourceforge.net/projects/numpy/files/NumPy/"
5252
LICENSE = 'BSD'
5353
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))

0 commit comments

Comments
 (0)