[Checkins] SVN: zope.configuration/branches/jinty-python3/setup.py add trove classifiers for the supported versions

Brian Sutherland cvs-admin at zope.org
Tue Apr 10 17:55:03 UTC 2012


Log message for revision 125126:
  add trove classifiers for the supported versions

Changed:
  U   zope.configuration/branches/jinty-python3/setup.py

-=-
Modified: zope.configuration/branches/jinty-python3/setup.py
===================================================================
--- zope.configuration/branches/jinty-python3/setup.py	2012-04-10 17:53:06 UTC (rev 125125)
+++ zope.configuration/branches/jinty-python3/setup.py	2012-04-10 17:55:00 UTC (rev 125126)
@@ -78,6 +78,10 @@
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',
+          "Programming Language :: Python :: 2.6",
+          "Programming Language :: Python :: 2.7",
+          "Programming Language :: Python :: 3",
+          "Programming Language :: Python :: 3.3",
           'Natural Language :: English',
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list