[Checkins] SVN: zope.cachedescriptors/trunk/setup.py Update trove classifiers for Py3.

Albertas Agejevas cvs-admin at zope.org
Wed Feb 13 21:11:13 UTC 2013


Log message for revision 129358:
  Update trove classifiers for Py3.

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

-=-
Modified: zope.cachedescriptors/trunk/setup.py
===================================================================
--- zope.cachedescriptors/trunk/setup.py	2013-02-13 20:52:41 UTC (rev 129357)
+++ zope.cachedescriptors/trunk/setup.py	2013-02-13 21:11:13 UTC (rev 129358)
@@ -39,6 +39,9 @@
         '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',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Topic :: Software Development',



More information about the checkins mailing list