[Numpy-svn] r5296 - trunk

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Jun 18 18:53:45 EDT 2008


Author: rkern
Date: 2008-06-18 17:53:44 -0500 (Wed, 18 Jun 2008)
New Revision: 5296

Modified:
   trunk/setup.py
Log:
PyPI metadata fixes.

Modified: trunk/setup.py
===================================================================
--- trunk/setup.py	2008-06-18 18:31:38 UTC (rev 5295)
+++ trunk/setup.py	2008-06-18 22:53:44 UTC (rev 5296)
@@ -20,7 +20,7 @@
 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 @@
             maintainer_email = "numpy-discussion at 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')),




More information about the Numpy-svn mailing list