[Checkins] SVN: zope.app.wsgi/trunk/ Forgot to add Trove classifiers the other day.

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 05:50:44 EDT 2007


Log message for revision 79661:
  Forgot to add Trove classifiers the other day.
  

Changed:
  U   zope.app.wsgi/trunk/README.txt
  U   zope.app.wsgi/trunk/setup.py

-=-
Modified: zope.app.wsgi/trunk/README.txt
===================================================================
--- zope.app.wsgi/trunk/README.txt	2007-09-15 09:47:04 UTC (rev 79660)
+++ zope.app.wsgi/trunk/README.txt	2007-09-15 09:50:43 UTC (rev 79661)
@@ -22,6 +22,11 @@
 Changes
 =======
 
+3.4.1 (unreleased)
+------------------
+
+* Added Trove classifiers.
+
 3.4.0 (2007-09-14)
 ------------------
 

Modified: zope.app.wsgi/trunk/setup.py
===================================================================
--- zope.app.wsgi/trunk/setup.py	2007-09-15 09:47:04 UTC (rev 79660)
+++ zope.app.wsgi/trunk/setup.py	2007-09-15 09:50:43 UTC (rev 79661)
@@ -25,6 +25,14 @@
       long_description=open('README.txt').read(),
       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',
+                   'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
+                   'Framework :: Zope3',
+                   ],
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       namespace_packages=['zope', 'zope.app'],



More information about the Checkins mailing list