[Checkins] SVN: zope.app.publisher/trunk/setup.py Added Trove classifiers

Philipp von Weitershausen philikon at philikon.de
Thu Aug 23 17:39:09 EDT 2007


Log message for revision 79188:
  Added Trove classifiers
  

Changed:
  U   zope.app.publisher/trunk/setup.py

-=-
Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2007-08-23 21:37:39 UTC (rev 79187)
+++ zope.app.publisher/trunk/setup.py	2007-08-23 21:39:08 UTC (rev 79188)
@@ -23,6 +23,14 @@
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
+      classifiers = ['Environment :: Web Environment',
+                     'Intended Audience :: Developers',
+                     'License :: OSI Approved :: Zope Public License',
+                     'Programming Language :: Python',
+                     'Operating System :: OS Independent',
+                     'Topic :: Internet :: WWW/HTTP',
+                     'Framework :: Zope3',
+                     ],
       description='Implementations and means for configuration of Zope 3-'
                   'style views and resources.',
       long_description=long_description,



More information about the Checkins mailing list