]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Mon Dec 5 05:50:49 GMT 2011 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:04:56 +0000 (19:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:04:56 +0000 (19:04 +0100)
commit6470b3cf841fec9c85c97a7cfa291e3a062b295c
tree11a5bf92226113a66eef0d9147357d147903f11a
parentdff3fa13579fad491095124de59045f6f13f7769
Mon Dec  5 05:50:49 GMT 2011  Brian Warner <warner@lothar.com>
  * 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