[Checkins] SVN: z3c.coverage/trunk/setup.py Okay, the script is correctly generated via the zc.recipe.egg. So it seems

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu May 24 07:43:48 EDT 2007


Log message for revision 75931:
  Okay, the script is correctly generated via the zc.recipe.egg. So it seems 
  to work.
  

Changed:
  U   z3c.coverage/trunk/setup.py

-=-
Modified: z3c.coverage/trunk/setup.py
===================================================================
--- z3c.coverage/trunk/setup.py	2007-05-24 11:13:56 UTC (rev 75930)
+++ z3c.coverage/trunk/setup.py	2007-05-24 11:43:47 UTC (rev 75931)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.coverage',
-    version='0.1.0c1',
+    version='0.1.0',
     author = "Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A script to visualize coverage reports via HTML",
@@ -33,7 +33,7 @@
     license = "ZPL 2.1",
     keywords = "zope3 test coverage html",
     classifiers = [
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 Stable/Production',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',



More information about the Checkins mailing list