SVN: Zope/branches/2.13/setup.py Add Python 2 only trove classifier

Hano Schlichting <[email protected]> Sun, 10 Feb 2013 09:49:44 -0500 (EST)
Newsgroups gmane.comp.web.zope.cvs
Message-ID <20130210144944.C012B940E7__5353.72300441868$1360507807$gmane$org@cvs.zope.org>
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'],

_______________________________________________
Zope-Checkins maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-checkins