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 0dd43702c..35a915b53 100755
--- a/setup.py
+++ b/setup.py
@@ -43,8 +43,8 @@ def setup_package():
try:
config = Configuration(
- maintainer = "SciPy Developers",
- maintainer_email = "scipy-dev@scipy.org",
+ maintainer = "NumPy Developers",
+ maintainer_email = "numpy-discussion@lists.sourceforge.net",
description = DOCLINES[0],
long_description = "\n".join(DOCLINES[2:]),
url = "http://numeric.scipy.org",