[Zope-CVS] SVN: zope.paste/trunk/setup.py - Ops, undefined variable after change

Sidnei da Silva sidnei at enfoldsystems.com
Wed Jan 25 12:48:24 EST 2006


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 at enfoldsystems.com",
       keywords="web wsgi application server",



More information about the Zope-CVS mailing list