[Checkins] SVN: zope.fixers/trunk/setup.py Put the right Python versions in the metadata.

Lennart Regebro regebro at gmail.com
Mon Mar 14 17:15:29 EDT 2011


Log message for revision 120929:
  Put the right Python versions in the metadata.

Changed:
  U   zope.fixers/trunk/setup.py

-=-
Modified: zope.fixers/trunk/setup.py
===================================================================
--- zope.fixers/trunk/setup.py	2011-03-14 21:13:59 UTC (rev 120928)
+++ zope.fixers/trunk/setup.py	2011-03-14 21:15:28 UTC (rev 120929)
@@ -29,7 +29,11 @@
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       classifiers=[
         "Programming Language :: Python",
+        "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: 3.1",
+        "Programming Language :: Python :: 3.2",
         "Topic :: Software Development :: Libraries :: Python Modules",
+
         ],
       keywords='2to3 python3 zope',
       author='Lennart Regebro',



More information about the checkins mailing list