summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-16 12:46:01 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-16 12:46:01 +0200
commitced4fb6eed22858999fbe88d4ccbc6ed1b80b8c0 (patch)
treeb4b93f5c5c939352daddd449fb005c12a09234dc /setup.py
parent8757d946ddef2c53c9da39f207d79024d6f4d968 (diff)
downloadpython-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-xsetup.py32
1 files changed, 2 insertions, 30 deletions
diff --git a/setup.py b/setup.py
index e069c4eb..844ee2e2 100755
--- a/setup.py
+++ b/setup.py
@@ -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'],
)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-