[Checkins] SVN: zope.interface/trunk/setup.py Hey, we should have classifiers, to tag it as being Python 3 compatible.

Lennart Regebro regebro at gmail.com
Mon Apr 19 03:10:49 EDT 2010


Log message for revision 111054:
  Hey, we should have classifiers, to tag it as being Python 3 compatible.
  

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

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2010-04-19 07:04:32 UTC (rev 111053)
+++ zope.interface/trunk/setup.py	2010-04-19 07:10:48 UTC (rev 111054)
@@ -111,6 +111,17 @@
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=long_description,
+      classifiers=[
+        "Development Status :: 5 - Production/Stable",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: Zope Public License",
+        "Operating System :: OS Independent",
+        "Programming Language :: Python :: 2.4",
+        "Programming Language :: Python :: 2.5",
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 3.1",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+      ],
 
       packages = ['zope', 'zope.interface', 'zope.interface.tests'],
       package_dir = {'': 'src'},



More information about the checkins mailing list