[Checkins] SVN: zope.proxy/trunk/setup.py Specify which Python versions are supported.

Lennart Regebro regebro at gmail.com
Mon Mar 14 17:37:16 EDT 2011


Log message for revision 120932:
  Specify which Python versions are supported.

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

-=-
Modified: zope.proxy/trunk/setup.py
===================================================================
--- zope.proxy/trunk/setup.py	2011-03-14 21:25:26 UTC (rev 120931)
+++ zope.proxy/trunk/setup.py	2011-03-14 21:37:16 UTC (rev 120932)
@@ -50,7 +50,12 @@
           'Intended Audience :: Developers',
           'License :: OSI Approved :: Zope Public License',
           'Programming Language :: Python',
+          'Programming Language :: Python :: 2.4',
+          'Programming Language :: Python :: 2.5',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 3',
+          'Programming Language :: Python :: 3.1',
           'Natural Language :: English',
           'Operating System :: OS Independent'],
       keywords='proxy generic transparent',



More information about the checkins mailing list