[Checkins] SVN: zope.interface/trunk/setup.py Works with 2.7 and 3.2 as well.

Lennart Regebro regebro at gmail.com
Mon Mar 14 17:07:13 EDT 2011


Log message for revision 120926:
  Works with 2.7 and 3.2 as well.

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

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2011-03-14 20:24:52 UTC (rev 120925)
+++ zope.interface/trunk/setup.py	2011-03-14 21:07:13 UTC (rev 120926)
@@ -117,7 +117,10 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
+        "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.1",
+        "Programming Language :: Python :: 3.2",
         "Topic :: Software Development :: Libraries :: Python Modules",
       ],
 



More information about the checkins mailing list