aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragronholm <none@none>2009-10-05 21:56:24 +0300
committeragronholm <none@none>2009-10-05 21:56:24 +0300
commit68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8 (patch)
tree97ddeb33f06df77a844bbc5a055ce13928a0f9c6
parent93ec26e2fde1f0a28c5ada2ee9a5323dd92de5c7 (diff)
downloadexternal_python_setuptools-68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8.tar.gz
external_python_setuptools-68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8.tar.bz2
external_python_setuptools-68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8.zip
Add the Python 3 classifier to make distribute visible on the Python 3 packages list on PyPI
--HG-- branch : distribute extra : rebase_source : c4d4ddf6dce9ae7938bd4c017aa261bf5ceef364
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index fcd85eb2..c4116559 100755
--- a/setup.py
+++ b/setup.py
@@ -134,6 +134,7 @@ dist = setup(
License :: OSI Approved :: Zope Public License
Operating System :: OS Independent
Programming Language :: Python
+ Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration