[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/ Added Trove classifiers, to both zopeproject itself as well as the template

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 05:55:00 EDT 2007


Log message for revision 79662:
  Added Trove classifiers, to both zopeproject itself as well as the template
  for generated projects.
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/setup.py
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/zope_app/setup.py_tmpl

-=-
Modified: Sandbox/philikon/zopeproject/trunk/setup.py
===================================================================
--- Sandbox/philikon/zopeproject/trunk/setup.py	2007-09-15 09:50:43 UTC (rev 79661)
+++ Sandbox/philikon/zopeproject/trunk/setup.py	2007-09-15 09:54:59 UTC (rev 79662)
@@ -11,6 +11,13 @@
                 'web applications that primarily use Zope',
     long_description=open('README.txt').read(),
     license='ZPL',
+    classifiers=['Environment :: Console',
+                 'Intended Audience :: Developers',
+                 'License :: OSI Approved :: Zope Public License',
+                 'Programming Language :: Python',
+                 'Topic :: Internet :: WWW/HTTP :: WSGI',
+                 'Framework :: Zope3',
+                 ],
 
     packages=find_packages(),
     include_package_data=True,

Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_app/setup.py_tmpl
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_app/setup.py_tmpl	2007-09-15 09:50:43 UTC (rev 79661)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/zope_app/setup.py_tmpl	2007-09-15 09:54:59 UTC (rev 79662)
@@ -6,13 +6,16 @@
       version='0.1',
       description="",
       long_description="",
-      # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[],
       keywords='',
       author='',
       author_email='',
       url='',
       license='',
+      # Get more from http://www.python.org/pypi?%3Aaction=list_classifiers
+      classifiers=['Environment :: Web Environment',
+                   'Programming Language :: Python',
+                   'Framework :: Zope3',
+                   ],
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list