[Python-checkins] r69468 - sandbox/trunk/importlib/setup.py

brett.cannon python-checkins at python.org
Mon Feb 9 20:27:33 CET 2009


Author: brett.cannon
Date: Mon Feb  9 20:27:33 2009
New Revision: 69468

Log:
Update trove classifiers about version support.

Modified:
   sandbox/trunk/importlib/setup.py

Modified: sandbox/trunk/importlib/setup.py
==============================================================================
--- sandbox/trunk/importlib/setup.py	(original)
+++ sandbox/trunk/importlib/setup.py	Mon Feb  9 20:27:33 2009
@@ -9,7 +9,7 @@
 
 
 version_classifiers = ['Programming Language :: Python :: %s' % version
-                        for version in [ '2.5', '2.6', '3.0']]
+                        for version in ['2.3', '2.4', '2.5', '2.6', '3.0']]
 other_classifiers = [
         'Development Status :: 5 - Production/Stable',
         'License :: OSI Approved :: Python Software Foundation License',


More information about the Python-checkins mailing list