[wwwsearch-commits] r17034 - wwwsearch/mechanize/trunk

jjlee at codespeak.net jjlee at codespeak.net
Mon Aug 29 12:04:39 CEST 2005


Author: jjlee
Date: Mon Aug 29 12:04:38 2005
New Revision: 17034

Modified:
   wwwsearch/mechanize/trunk/setup.py.in
Log:
Fix version substitution in setup.py

Modified: wwwsearch/mechanize/trunk/setup.py.in
==============================================================================
--- wwwsearch/mechanize/trunk/setup.py.in	(original)
+++ wwwsearch/mechanize/trunk/setup.py.in	Mon Aug 29 12:04:38 2005
@@ -7,7 +7,7 @@
 """
 
 @{import release, mechanize}
-VERSION = "@{release.unparse_version(mechanize.__version__)}"
+VERSION = "@(release.unparse_version(mechanize.__version__))"
 NAME = "mechanize"
 PACKAGE = True
 LICENSE = "BSD"


More information about the wwwsearch-commits mailing list