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

Jim Fulton jim at zope.com
Tue Mar 17 10:53:28 EDT 2009


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

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	2009-03-17 14:52:41 UTC (rev 98190)
+++ zc.buildout/trunk/zc.recipe.egg_/setup.py	2009-03-17 14:53:28 UTC (rev 98191)
@@ -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