]> 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, 5 Dec 2011 04:40:01 +0000 (20:40 -0800)
commit7d5ca407a1aa590e1713972c247f52b83c072887
tree3d734000cdc248140f7062eab0971394743b189d
parentb73aba98de93c4c0b0013f1dd435c64e73e48f4c
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