Commit 6de4bedb authored by jim's avatar jim

changed to make editing version a tad easier.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@98191 62d5b8a3-27da-0310-9561-8e5933582275
parent 6e43342f
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
$Id$ $Id$
""" """
version = '0'
import os import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
...@@ -24,7 +27,7 @@ def read(*rnames): ...@@ -24,7 +27,7 @@ def read(*rnames):
name = "zc.recipe.egg" name = "zc.recipe.egg"
setup( setup(
name = name, name = name,
version = "0", version = version,
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "Recipe for installing Python package distributions as eggs", description = "Recipe for installing Python package distributions as eggs",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment