[Checkins] SVN: zc.recipe.zope3checkout/trunk/setup. Updated release info.

Jim Fulton jim at zope.com
Mon Jan 22 10:43:09 EST 2007


Log message for revision 72174:
  Updated release info.
  
  Don't use setup.cfg and we don't actually depend on zc.buildout.
  

Changed:
  D   zc.recipe.zope3checkout/trunk/setup.cfg
  U   zc.recipe.zope3checkout/trunk/setup.py

-=-
Deleted: zc.recipe.zope3checkout/trunk/setup.cfg
===================================================================
--- zc.recipe.zope3checkout/trunk/setup.cfg	2007-01-22 14:26:16 UTC (rev 72173)
+++ zc.recipe.zope3checkout/trunk/setup.cfg	2007-01-22 15:43:08 UTC (rev 72174)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zc.recipe.zope3checkout/trunk/setup.py
===================================================================
--- zc.recipe.zope3checkout/trunk/setup.py	2007-01-22 14:26:16 UTC (rev 72173)
+++ zc.recipe.zope3checkout/trunk/setup.py	2007-01-22 15:43:08 UTC (rev 72174)
@@ -4,7 +4,7 @@
 
 setup(
     name = name,
-    version = "1.0",
+    version = "1.1",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for installing a Zope 3 checkout",
@@ -20,7 +20,7 @@
     include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
-    install_requires = ['zc.buildout', 'setuptools'],
+    install_requires = ['setuptools'],
     dependency_links = ['http://download.zope.org/distribution/'],
     entry_points = {'zc.buildout': ['default = %s:Recipe' % name]},
     )



More information about the Checkins mailing list