[Checkins] SVN: zope.configuration/trunk/ Normalize Python classifiers.

Tres Seaver cvs-admin at zope.org
Mon Dec 31 14:04:32 UTC 2012


Log message for revision 128930:
  Normalize Python classifiers.

Changed:
  _U  zope.configuration/trunk/
  U   zope.configuration/trunk/setup.py

-=-
Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2012-12-28 17:07:40 UTC (rev 128929)
+++ zope.configuration/trunk/setup.py	2012-12-31 14:04:31 UTC (rev 128930)
@@ -75,8 +75,10 @@
           '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',
           'Programming Language :: Python :: Implementation :: CPython',



More information about the checkins mailing list