]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup.py: get version from git or darcs
authorBrian Warner <warner@lothar.com>
Mon, 5 Dec 2011 04:40:01 +0000 (20:40 -0800)
committerBrian Warner <warner@lothar.com>
Mon, 9 Jan 2012 22:21:16 +0000 (14:21 -0800)
commitc2ad73a65049989098c3355a04c038832d64ddf0
tree27200b0a0c708e0857c4762e7e1d2fecd315e514
parentac49656723a9dbd71b03c2f9305c3a65b0ae6230
setup.py: get version from git or darcs

This replaces the setup.cfg aliases that run "darcsver" before each major
command with the new "update_version". update_version is defined in setup.py,
and tries to get a version string from either darcs or git (or leaves the
existing _version.py alone if neither VC metadata is available).

Also clean up a tiny typo in verlib.py that messed up syntax hilighting.
setup.cfg
setup.py
src/allmydata/util/verlib.py