[Checkins] SVN: z3c.recipe.compattest/trunk/setup.py Use version 0 on trunk.

Jim Fulton jim at zope.com
Mon Aug 17 08:40:02 EDT 2009


Log message for revision 102885:
  Use version 0 on trunk.
  
  Added test dependency.
  

Changed:
  U   z3c.recipe.compattest/trunk/setup.py

-=-
Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2009-08-17 12:39:57 UTC (rev 102884)
+++ z3c.recipe.compattest/trunk/setup.py	2009-08-17 12:40:02 UTC (rev 102885)
@@ -1,3 +1,5 @@
+version = '0'
+
 import os
 from setuptools import setup, find_packages
 
@@ -4,7 +6,7 @@
 
 setup(
     name='z3c.recipe.compattest',
-    version = '0.8dev',
+    version = version,
     author='Grok Contributors',
     author_email='grok-dev at zope.org',
     description='Buildout recipe to create testrunners for testing compatibility with other packages',
@@ -34,6 +36,7 @@
     # with, it's not actually imported
     extras_require=dict(test=[
           'zope.dottedname',
+          'zope.testing',
         ]),
     entry_points = {
         'zc.buildout': ['default = z3c.recipe.compattest.recipe:Recipe'],



More information about the Checkins mailing list