[Checkins] SVN: z3c.layer/trunk/setup.py Oops, forgot ,

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue May 22 14:28:28 EDT 2007


Log message for revision 75893:
  Oops, forgot ,
  

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

-=-
Modified: z3c.layer/trunk/setup.py
===================================================================
--- z3c.layer/trunk/setup.py	2007-05-22 18:19:46 UTC (rev 75892)
+++ z3c.layer/trunk/setup.py	2007-05-22 18:28:27 UTC (rev 75893)
@@ -20,7 +20,7 @@
 
 setup(
     name = 'z3c.layer',
-    version = '0.2.0',
+    version = '0.2.1',
     author = "Zope Community",
     author_email = "zope3-dev at zope.org",
     description = open("README.txt").read(),
@@ -45,7 +45,7 @@
         test=['zope.app.testing']
         ),
     install_requires = [
-        'setuptools'
+        'setuptools',
         'zope.app.http',
         'zope.app.form',
         'zope.app.publisher',



More information about the Checkins mailing list