[Zope3-checkins] SVN: zdaemon/branches/2/setup.py version
jim
cvs-admin at zope.org
Fri Jun 8 17:19:09 UTC 2012
Log message for revision 126695:
version
Changed:
U zdaemon/branches/2/setup.py
-=-
Modified: zdaemon/branches/2/setup.py
===================================================================
--- zdaemon/branches/2/setup.py 2012-06-08 17:17:10 UTC (rev 126694)
+++ zdaemon/branches/2/setup.py 2012-06-08 17:19:06 UTC (rev 126695)
@@ -12,6 +12,8 @@
#
##############################################################################
+version = '0.0.0'
+
import os
entry_points = """
@@ -38,7 +40,7 @@
name = "zdaemon"
setup(
name=name,
- version = '2.0.4',
+ version = version,
url="http://www.python.org/pypi/zdaemon",
license="ZPL 2.1",
description=
More information about the Zope3-Checkins
mailing list