[Checkins] SVN: Zope/trunk/setup.py Merged c129243 from 2.13 branch

Hano Schlichting cvs-admin at zope.org
Sun Feb 10 14:51:12 UTC 2013


Log message for revision 129244:
  Merged c129243 from 2.13 branch
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2013-02-10 14:49:44 UTC (rev 129243)
+++ Zope/trunk/setup.py	2013-02-10 14:51:12 UTC (rev 129244)
@@ -38,8 +38,10 @@
         "License :: OSI Approved :: Zope Public License",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
+        "Programming Language :: Python :: 2 :: Only",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
+        "Programming Language :: Python :: Implementation :: CPython",
     ],
     packages=find_packages('src'),
     namespace_packages=['Products', 'Shared', 'Shared.DC'],



More information about the checkins mailing list