[Checkins] SVN: z3c.saconfig/trunk/setup.py Improve trove classifiers and keywords.

Martijn Faassen faassen at startifact.com
Fri Aug 14 12:13:08 EDT 2009


Log message for revision 102775:
  Improve trove classifiers and keywords.
  

Changed:
  U   z3c.saconfig/trunk/setup.py

-=-
Modified: z3c.saconfig/trunk/setup.py
===================================================================
--- z3c.saconfig/trunk/setup.py	2009-08-14 15:04:53 UTC (rev 102774)
+++ z3c.saconfig/trunk/setup.py	2009-08-14 16:13:08 UTC (rev 102775)
@@ -11,13 +11,18 @@
       description="Minimal SQLAlchemy ORM session configuration for Zope",
       long_description=long_description,
       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-        "Framework :: Zope3",
-        "Programming Language :: Python",
-        "License :: OSI Approved :: Zope Public License",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords='',
+      classifiers=['Development Status :: 4 - Beta',
+                   'Environment :: Web Environment',
+                   'Framework :: Zope3',
+                   'Intended Audience :: Developers',
+                   'License :: OSI Approved :: Zope Public License',
+                   'Operating System :: OS Independent',
+                   'Programming Language :: Python',
+                   'Topic :: Internet :: WWW/HTTP',
+                   'Topic :: Software Development :: Libraries',
+                   'Topic :: Database',
+                   ],
+      keywords='zope relational sqlalchemy component integration',
       author='Martijn Faassen',
       author_email='faassen at startifact.com',
       url='http://pypi.python.org/pypi/z3c.saconfig',



More information about the Checkins mailing list