]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: require setuptools >= v0.6c6 on all platforms
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 21:02:13 +0000 (14:02 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 21:02:13 +0000 (14:02 -0700)
commite07f9c27c294d703833e81537cea11bfcaa8dadf
treefd65142d8bbf32395cf3860f07451bde6fcf3e37
parent80adf18fccf70e60ba3e8682f6c2fed7b90feec5
setup: require setuptools >= v0.6c6 on all platforms
Technically, we could get away with v0.6c5 or v0.6c4 on non-cygwin platforms, but if someone currently doesn't have setuptools >= v0.6c6 installed then our setup process will just use our bundled setuptools v0.6c7 anyway, so it will still work, and this makes the setup.py and the accompanying documentation simpler.
setup.py