[Checkins] SVN: zope.size/trunk/setup.py Indicate Py3 support.

Albertas Agejevas cvs-admin at zope.org
Wed Feb 13 16:55:36 UTC 2013


Log message for revision 129342:
  Indicate Py3 support.

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

-=-
Modified: zope.size/trunk/setup.py
===================================================================
--- zope.size/trunk/setup.py	2013-02-13 16:55:25 UTC (rev 129341)
+++ zope.size/trunk/setup.py	2013-02-13 16:55:35 UTC (rev 129342)
@@ -41,6 +41,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",
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list