]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: remove a couple of horrible work-arounds in setup.py now that we rely on our...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 4 Feb 2009 06:24:05 +0000 (23:24 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 4 Feb 2009 06:24:05 +0000 (23:24 -0700)
commitb952ed6741e5244ed30efe84a45ec25ba3e374ce
treeec29e61d03440b58210b3fbb10d8b154b51d30b1
parent05030112e808159cc68c747912e87ce5a8074158
setup: remove a couple of horrible work-arounds in setup.py now that we rely on our own toothpick of setuptools which fixes those issues
also specify that we need our latest revision (11dev) of our toothpick of setuptools
also *always* setup_require setuptools_darcs at module import time.  Formerly we added setup_require setuptools_darcs only if the PKG-INFO file were not already created.  There is some weird, irreproducible bug to do with setuptool_darcs, and I guess that the fact that whether it is required or not depends on that autogenerated file might have something to do with it.  Anyway, this is simpler.
setup.py