[Checkins] SVN: zc.icp/trunk/setup.py add a few more trove classifiers

Benji York benji at zope.com
Thu Feb 7 13:45:44 EST 2008


Log message for revision 83644:
  add a few more trove classifiers
  

Changed:
  U   zc.icp/trunk/setup.py

-=-
Modified: zc.icp/trunk/setup.py
===================================================================
--- zc.icp/trunk/setup.py	2008-02-07 18:42:23 UTC (rev 83643)
+++ zc.icp/trunk/setup.py	2008-02-07 18:45:44 UTC (rev 83644)
@@ -28,7 +28,12 @@
         ],
     include_package_data=True,
     classifiers = [
+        'Development Status :: 5 - Production/Stable',
+        'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Topic :: Internet :: WWW/HTTP',
         ],
     )



More information about the Checkins mailing list