[Checkins] SVN: z3c.template/trunk/setup.py Foudn a good subset of Trove classifiers for Zope 3 projects; we should

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue May 22 10:22:02 EDT 2007


Log message for revision 75872:
  Foudn a good subset of Trove classifiers for Zope 3 projects; we should 
  really use those for all packages, since it will promote Zope 3 in PiPY.
  

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

-=-
Modified: z3c.template/trunk/setup.py
===================================================================
--- z3c.template/trunk/setup.py	2007-05-22 13:55:58 UTC (rev 75871)
+++ z3c.template/trunk/setup.py	2007-05-22 14:22:02 UTC (rev 75872)
@@ -37,6 +37,16 @@
         ),
     license = "ZPL 2.1",
     keywords = "zope3 template layout zpt pagetemplate",
+    classifiers = [
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
     url = 'http://svn.zope.org/z3c.template',
     packages = find_packages('src'),
     include_package_data = True,



More information about the Checkins mailing list