[Checkins] SVN: zope.deprecation/trunk/setup.py Note PyPy support explicitly.

Tres Seaver cvs-admin at zope.org
Thu Apr 19 22:27:03 UTC 2012


Log message for revision 125192:
  Note PyPy support explicitly.

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

-=-
Modified: zope.deprecation/trunk/setup.py
===================================================================
--- zope.deprecation/trunk/setup.py	2012-04-19 22:26:56 UTC (rev 125191)
+++ zope.deprecation/trunk/setup.py	2012-04-19 22:27:00 UTC (rev 125192)
@@ -50,6 +50,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",
         ],
     package_dir = {'': 'src'},
     packages=find_packages('src'),



More information about the checkins mailing list