[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py changed to make editing version a tad easier.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:29:39 EDT 2009


Log message for revision 98580:
  changed to make editing version a tad easier.

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:29:33 UTC (rev 98579)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:29:39 UTC (rev 98580)
@@ -15,6 +15,9 @@
 
 $Id$
 """
+
+version = '0'
+
 import os
 from setuptools import setup, find_packages
 
@@ -24,7 +27,7 @@
 name = "zc.recipe.egg"
 setup(
     name = name,
-    version = "0",
+    version = version,
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Recipe for installing Python package distributions as eggs",



More information about the Checkins mailing list