[Checkins] SVN: zc.buildout/trunk/zc.recipe.egg_/setup.py Version typo.

Jim Fulton jim at zope.com
Wed Sep 6 07:23:51 EDT 2006


Log message for revision 69994:
  Version typo.
  

Changed:
  U   zc.buildout/trunk/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/trunk/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/trunk/zc.recipe.egg_/setup.py	2006-09-05 23:11:02 UTC (rev 69993)
+++ zc.buildout/trunk/zc.recipe.egg_/setup.py	2006-09-06 11:23:49 UTC (rev 69994)
@@ -16,7 +16,7 @@
     include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
-    install_requires = ['zc.buildout >=1.1.0b3', 'setuptools'],
+    install_requires = ['zc.buildout >=1.0.0b3', 'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',
     entry_points = {'zc.buildout': ['default = %s:Egg' % name,



More information about the Checkins mailing list