[Checkins] SVN: zope.exceptions/trunk/setup.py Added Python version to the trove classifiers to mark it as Python 3.1 compatible.

Lennart Regebro regebro at gmail.com
Mon Apr 19 03:29:12 EDT 2010


Log message for revision 111056:
  Added Python version to the trove classifiers to mark it as Python 3.1 compatible.
  

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

-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2010-04-19 07:27:06 UTC (rev 111055)
+++ zope.exceptions/trunk/setup.py	2010-04-19 07:29:11 UTC (rev 111056)
@@ -53,6 +53,10 @@
           '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 :: 3.1',
           'Natural Language :: English',
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list