changeset 232:dbc855c585cf

Fixed a bug in the setup script.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Mar 2014 21:41:15 -0700
parents 553dfa009650
children 141c93f87645
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Mar 14 21:35:30 2014 -0700
+++ b/setup.py	Fri Mar 14 21:41:15 2014 -0700
@@ -19,6 +19,7 @@
 
 # Figure out the version.
 # (this is loosely based on what Mercurial does)
+version = None
 try:
     if os.path.isdir('.hg'):
         cmd = ['hg', 'log', '-r', '.', '--template', '{tags}\n']