Commit 8ffcf2a1 authored by Jim Fulton's avatar Jim Fulton

changed to make editing version a tad easier.

parent ca69c7c8
......@@ -15,6 +15,9 @@
$Id$
"""
version = '0'
import os
from setuptools import setup, find_packages
......@@ -24,7 +27,7 @@ def read(*rnames):
name = "zc.recipe.egg"
setup(
name = name,
version = "0",
version = version,
author = "Jim Fulton",
author_email = "jim@zope.com",
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