summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
commite706c7d92c4ee41e8e995fb3838bd0931b57efb5 (patch)
tree015a057d49422774e49ed211a37c14105d03a713 /setup.py
parentc14d4fe25cb5cd482369734dd487ac8f376851c9 (diff)
downloadnumpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz
Changed all references to scipy to numpy
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')),