Mailing List Archive

SVN: zope.paste/trunk/setup.py - Ops, undefined variable after change
Log message for revision 41441:

- Ops, undefined variable after change


Changed:
U zope.paste/trunk/setup.py

-=-
Modified: zope.paste/trunk/setup.py
===================================================================
--- zope.paste/trunk/setup.py 2006-01-25 17:43:45 UTC (rev 41440)
+++ zope.paste/trunk/setup.py 2006-01-25 17:48:23 UTC (rev 41441)
@@ -34,9 +34,10 @@

# We're using the module docstring as the distutils descriptions.
doclines = __doc__.split("\n")
+VERSION = "0.1"

setup(name="zope.paste",
- version="0.1",
+ version=VERSION,
author="Sidnei da Silva",
author_email="sidnei@enfoldsystems.com",
keywords="web wsgi application server",

_______________________________________________
Zope-CVS maillist - Zope-CVS@zope.org
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS