diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 12:46:01 +0200 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-07-16 12:46:01 +0200 |
commit | ced4fb6eed22858999fbe88d4ccbc6ed1b80b8c0 (patch) | |
tree | b4b93f5c5c939352daddd449fb005c12a09234dc /setup.py | |
parent | 8757d946ddef2c53c9da39f207d79024d6f4d968 (diff) | |
download | python-setuptools-git-ced4fb6eed22858999fbe88d4ccbc6ed1b80b8c0.tar.gz |
Update setup.py - note new download location, update dev status to stable and get rid of blank lines at the end of the file.
--HG--
branch : distribute
extra : rebase_source : b8d7de6a90728ffd9b4aefc377faeadee0d21664
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 32 |
1 files changed, 2 insertions, 30 deletions
@@ -23,7 +23,7 @@ setup( license="PSF or ZPL", long_description = open('README.txt').read(), keywords = "CPAN PyPI distutils eggs package management", - url = "http://pypi.python.org/pypi/setuptools", + url = "http://pypi.python.org/pypi/distribute", test_suite = 'setuptools.tests', packages = find_packages(), package_data = {'setuptools':['*.exe']}, @@ -81,7 +81,7 @@ setup( classifiers = [f.strip() for f in """ - Development Status :: 3 - Alpha + Development Status :: 5 - Production/Stable Intended Audience :: Developers License :: OSI Approved :: Python Software Foundation License License :: OSI Approved :: Zope Public License @@ -92,32 +92,4 @@ setup( Topic :: System :: Systems Administration Topic :: Utilities""".splitlines() if f.strip()], scripts = scripts, - - # uncomment for testing - # setup_requires = ['setuptools>=0.6a0'], ) - - - - - - - - - - - - - - - - - - - - - - - - - |