[Checkins] SVN: Products.GenericSetup/branches/1.3/setup.py Fix Trove classifiers.

Tres Seaver tseaver at palladion.com
Mon Sep 24 19:07:54 EDT 2007


Log message for revision 79956:
  Fix Trove classifiers.

Changed:
  U   Products.GenericSetup/branches/1.3/setup.py

-=-
Modified: Products.GenericSetup/branches/1.3/setup.py
===================================================================
--- Products.GenericSetup/branches/1.3/setup.py	2007-09-24 23:03:57 UTC (rev 79955)
+++ Products.GenericSetup/branches/1.3/setup.py	2007-09-24 23:07:54 UTC (rev 79956)
@@ -28,14 +28,17 @@
       description='Read Zope configuration state from profile dirs / tarballs',
       long_description=README,
       classifiers=[
-        "Development Status :: 5 - Stable",
+        "Development Status :: 5 - Production/Stable",
+        "Framework :: Plone",
+        "Framework :: Zope2",
         "Intended Audience :: Developers",
+        "License :: OSI Approved :: Zope Public License",
         "Programming Language :: Python",
-        "Topic :: Internet :: WWW/HTTP",
-        "Topic :: Internet :: WWW/HTTP :: Zope2",
-        "Topic :: Internet :: WWW/HTTP :: Zope2 :: Product",
+        "Topic :: Software Development",
+        "Topic :: System :: Archiving :: Packaging",
+        "Topic :: System :: Installation/Setup",
         ],
-      keywords='web application server zope zope2',
+      keywords='web application server zope zope2 cmf',
       author="Zope Corporation and contributors",
       author_email="zope-cmf at lists.zope.org",
       url="http://www.zope.org/Products/GenericSetup",



More information about the Checkins mailing list