[Checkins] SVN: grok/trunk/setup.py Bump version number to reflect

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 06:00:25 EDT 2007


Log message for revision 79663:
  Bump version number to reflect
    a) the upcoming release, not the previous one and
    b) the development status of the trunk, as opposed to a release status of a tag.
  
  Added Trove classifiers.
  

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2007-09-15 09:54:59 UTC (rev 79662)
+++ grok/trunk/setup.py	2007-09-15 10:00:24 UTC (rev 79663)
@@ -24,7 +24,7 @@
 
 setup(
     name='grok',
-    version='0.10',
+    version='0.11dev',
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='http://grok.zope.org',
@@ -32,6 +32,13 @@
     description='Grok: Now even cavemen can use Zope 3!',
     long_description=long_description,
     license='ZPL',
+    classifiers=['Environment :: Web Environment',
+                 'Intended Audience :: Developers',
+                 'License :: OSI Approved :: Zope Public License',
+                 'Programming Language :: Python',
+                 'Framework :: Zope3',
+                 ],
+
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     include_package_data = True,



More information about the Checkins mailing list