]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup.py: stop putting pyutil.version_class/etc in _version.py
authorBrian Warner <warner@lothar.com>
Mon, 5 Dec 2011 05:49:16 +0000 (21:49 -0800)
committerBrian Warner <warner@lothar.com>
Mon, 9 Jan 2012 22:21:22 +0000 (14:21 -0800)
commitc28a57af7d4e6f0b9e0a8e7aa28ee9d1f1fe7d84
tree2fdf8b24deb58eb855898a8a45b1081f3efbb37c
parentc2ad73a65049989098c3355a04c038832d64ddf0
setup.py: stop putting pyutil.version_class/etc in _version.py

allmydata.__version__ can just be a string, it doesn't need to be an instance
of some fancy NormalizedVersion class. Everything inside Tahoe uses
str(__version__) anyways.

Also add .dev0 when a git tree is dirty.

Closes #1466
setup.py