[Zope-Checkins] SVN: Zope/branches/2.13/setup.py Add Python 2 only trove classifier
Hano Schlichting
cvs-admin at zope.org
Sun Feb 10 14:49:44 UTC 2013
Log message for revision 129243:
Add Python 2 only trove classifier
Changed:
U Zope/branches/2.13/setup.py
-=-
Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py 2013-02-09 22:53:18 UTC (rev 129242)
+++ Zope/branches/2.13/setup.py 2013-02-10 14:49:44 UTC (rev 129243)
@@ -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 Zope-Checkins
mailing list