From 5a765123d45616661f7d61f322ce8ba4a518e1aa Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:30:36 +0000 Subject: Fixed lib --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 08826c7b8..189b04a6b 100755 --- a/setup.py +++ b/setup.py @@ -44,10 +44,10 @@ def setup_package(): try: config = Configuration( maintainer = "SciPy Developers", - maintainer_email = "numpy-dev@numpy.org", + maintainer_email = "scipy-dev@scipy.org", description = DOCLINES[0], long_description = "\n".join(DOCLINES[2:]), - url = "http://numeric.numpy.org", + url = "http://numeric.scipy.org", download_url = "http://sourceforge.net/projects/numpy", license = 'BSD', classifiers=filter(None, CLASSIFIERS.split('\n')), -- cgit v1.2.1