[Checkins] SVN: zope.broken/trunk/setup.py Added trove classifiers for supported python versions.

Albertas Agejevas cvs-admin at zope.org
Thu Feb 14 09:57:50 UTC 2013


Log message for revision 129376:
  Added trove classifiers for supported python versions.
  

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

-=-
Modified: zope.broken/trunk/setup.py
===================================================================
--- zope.broken/trunk/setup.py	2013-02-14 09:53:52 UTC (rev 129375)
+++ zope.broken/trunk/setup.py	2013-02-14 09:57:50 UTC (rev 129376)
@@ -36,6 +36,12 @@
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3',
+          'Programming Language :: Python :: 3.2',
+          'Programming Language :: Python :: 3.3',
           'Natural Language :: English',
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list