[Checkins] SVN: Products.ZCatalog/trunk/setup.py add trove classifiers

Hano Schlichting cvs-admin at zope.org
Sun Feb 24 14:06:19 UTC 2013


Log message for revision 129740:
  add trove classifiers
  

Changed:
  U   Products.ZCatalog/trunk/setup.py

-=-
Modified: Products.ZCatalog/trunk/setup.py
===================================================================
--- Products.ZCatalog/trunk/setup.py	2013-02-24 14:05:17 UTC (rev 129739)
+++ Products.ZCatalog/trunk/setup.py	2013-02-24 14:06:19 UTC (rev 129740)
@@ -27,6 +27,18 @@
     packages=find_packages('src'),
     namespace_packages=['Products'],
     package_dir={'': 'src'},
+    classifiers=[
+        "Development Status :: 6 - Mature",
+        "Environment :: Web Environment",
+        "Framework :: Zope2",
+        "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",
+    ],
     install_requires=[
         'setuptools',
         'AccessControl',



More information about the checkins mailing list