summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b9acb647b..e6238b2d1 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ import os
import sys
CLASSIFIERS = """\
-Development Status :: 4 - Beta
+Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved
@@ -79,7 +79,7 @@ def setup_package():
maintainer_email = "numpy-discussion@lists.sourceforge.net",
description = DOCLINES[0],
long_description = "\n".join(DOCLINES[2:]),
- url = "http://numeric.scipy.org",
+ url = "http://numpy.scipy.org",
download_url = "http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103",
license = 'BSD',
classifiers=filter(None, CLASSIFIERS.split('\n')),