diff options
author | agronholm <none@none> | 2009-10-05 21:56:24 +0300 |
---|---|---|
committer | agronholm <none@none> | 2009-10-05 21:56:24 +0300 |
commit | 68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8 (patch) | |
tree | 97ddeb33f06df77a844bbc5a055ce13928a0f9c6 /setup.py | |
parent | 93ec26e2fde1f0a28c5ada2ee9a5323dd92de5c7 (diff) | |
download | external_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
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |