diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:30:36 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:30:36 +0000 |
commit | 5a765123d45616661f7d61f322ce8ba4a518e1aa (patch) | |
tree | 726bc976445a7b5f72e3b1ba751777c813bf4d46 /setup.py | |
parent | e706c7d92c4ee41e8e995fb3838bd0931b57efb5 (diff) | |
download | numpy-5a765123d45616661f7d61f322ce8ba4a518e1aa.tar.gz |
Fixed lib
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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')), |