diff options
author | Robert Kern <robert.kern@gmail.com> | 2008-06-18 22:53:44 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2008-06-18 22:53:44 +0000 |
commit | 19da971bf18e3528f9c42d4c26715cb158f9b97b (patch) | |
tree | 6b52c66aacc7af441a30bcb23623b3db27c26632 | |
parent | 1a4abaed317c55eed5fa7bebbed50239106b35c7 (diff) | |
download | numpy-19da971bf18e3528f9c42d4c26715cb158f9b97b.tar.gz |
PyPI metadata fixes.
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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')), |