diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:06:00 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:06:00 -0400 |
commit | 08b3db92e72b9ab3d91c5cf604b4ef734d256da9 (patch) | |
tree | 02452c5cfab40d529b1bd09cc598a9542ddf596d /setup.py | |
parent | ca8ed621f70c8be3944f2dc554bf9b70196ccb39 (diff) | |
download | external_python_setuptools-08b3db92e72b9ab3d91c5cf604b4ef734d256da9.tar.gz external_python_setuptools-08b3db92e72b9ab3d91c5cf604b4ef734d256da9.tar.bz2 external_python_setuptools-08b3db92e72b9ab3d91c5cf604b4ef734d256da9.zip |
Updated Trove classifiers to indicate supported Python versions
--HG--
branch : distribute
extra : rebase_source : 430e99bf42cb46f6ac996d26d5b2fd1f0000418e
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -207,7 +207,10 @@ dist = setup( License :: OSI Approved :: Python Software Foundation License License :: OSI Approved :: Zope Public License Operating System :: OS Independent - Programming Language :: Python + Programming Language :: Python :: 2.4 + Programming Language :: Python :: 2.5 + Programming Language :: Python :: 2.6 + Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging |