[Checkins] SVN: bluebream/trunk/ LP #502941: Add trove classifiers

Baiju M baiju.m.mail at gmail.com
Thu Jan 7 03:59:43 EST 2010


Log message for revision 107774:
  LP #502941: Add trove classifiers
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/setup.py

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-01-07 08:47:23 UTC (rev 107773)
+++ bluebream/trunk/CHANGES.txt	2010-01-07 08:59:43 UTC (rev 107774)
@@ -5,6 +5,8 @@
 ------------------
 
 - LP #502819: Main page after a fresh installation
+- Removed ``hello`` view from template.
+- LP #502941: Add trove classifiers.
 
 0.1.5 (2010-01-07)
 ------------------

Modified: bluebream/trunk/setup.py
===================================================================
--- bluebream/trunk/setup.py	2010-01-07 08:47:23 UTC (rev 107773)
+++ bluebream/trunk/setup.py	2010-01-07 08:59:43 UTC (rev 107774)
@@ -34,6 +34,16 @@
         'Download\n'
         '********'),
     license="Zope Public License",
+    classifiers=[
+        'Development Status :: 4 - Beta',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Framework :: Zope3',
+        'Topic :: Internet :: WWW/HTTP',
+        'Topic :: Internet :: WWW/HTTP :: WSGI',
+        ],
     packages=find_packages("src"),
     package_dir={"": "src"},
     zip_safe=False,



More information about the checkins mailing list