[Checkins] SVN: zope.event/trunk/setup.py We need the "3" classifier to show up as a Python 3 module on PyPy, "3.0" or "3.1" isn't enough.

Lennart Regebro regebro at gmail.com
Sat May 1 10:57:18 EDT 2010


Log message for revision 111827:
  We need the "3" classifier to show up as a Python 3 module on PyPy, "3.0" or "3.1" isn't enough. 
  (It actually works on 3.0 too, but we don't want to support Python 3.0).
  

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

-=-
Modified: zope.event/trunk/setup.py
===================================================================
--- zope.event/trunk/setup.py	2010-05-01 14:52:58 UTC (rev 111826)
+++ zope.event/trunk/setup.py	2010-05-01 14:57:17 UTC (rev 111827)
@@ -59,6 +59,7 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.1",
         "Topic :: Software Development :: Libraries :: Python Modules",
         ],



More information about the checkins mailing list