summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 189b04a6b..08826c7b8 100755
--- a/setup.py
+++ b/setup.py
@@ -44,10 +44,10 @@ def setup_package():
try:
config = Configuration(
maintainer = "SciPy Developers",
- maintainer_email = "scipy-dev@scipy.org",
+ maintainer_email = "numpy-dev@numpy.org",
description = DOCLINES[0],
long_description = "\n".join(DOCLINES[2:]),
- url = "http://numeric.scipy.org",
+ url = "http://numeric.numpy.org",
download_url = "http://sourceforge.net/projects/numpy",
license = 'BSD',
classifiers=filter(None, CLASSIFIERS.split('\n')),