[Checkins] SVN: zc.buildout/trunk/eggrecipe/setup.py Switched to putting releases on download.

Jim Fulton jim at zope.com
Wed Jun 28 16:14:07 EDT 2006


Log message for revision 68888:
  Switched to putting releases on download.
  The cheeseshop is too brittle.
  

Changed:
  U   zc.buildout/trunk/eggrecipe/setup.py

-=-
Modified: zc.buildout/trunk/eggrecipe/setup.py
===================================================================
--- zc.buildout/trunk/eggrecipe/setup.py	2006-06-28 20:09:59 UTC (rev 68887)
+++ zc.buildout/trunk/eggrecipe/setup.py	2006-06-28 20:14:06 UTC (rev 68888)
@@ -2,13 +2,14 @@
 
 setup(
     name = "zc.recipe.egg",
-    version = "1.0",
+    version = "1.0.dev",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Recipe for installing Python package distributions as eggs",
     license = "ZPL 2.1",
     keywords = "development build",
     url='http://svn.zope.org/zc.buildout',
+    download_url='http://download.zope.org/distribution',
 
     packages = find_packages('src'),
     include_package_data = True,



More information about the Checkins mailing list