[Checkins] SVN: zope.interface/trunk/ Add classifiers for CPython, PyPy.

Tres Seaver cvs-admin at zope.org
Mon Jun 4 16:48:19 UTC 2012


Log message for revision 126571:
  Add classifiers for CPython, PyPy.

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

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2012-06-04 16:29:49 UTC (rev 126570)
+++ zope.interface/trunk/setup.py	2012-06-04 16:48:14 UTC (rev 126571)
@@ -127,6 +127,8 @@
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development :: Libraries :: Python Modules",
       ],
 



More information about the checkins mailing list