]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: add --multi-version to the "setup.py develop" command-line
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 5 Oct 2010 18:23:50 +0000 (11:23 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 5 Oct 2010 18:23:50 +0000 (11:23 -0700)
commit98ffbfb31faccdaf65b56bcd608110d87ef39e7b
tree1699b2793710b0d12b2caff0b67e347472ef1c6f
parent0c6bb0178bb3f8ff44af29259df7ead85d07e437
setup: add --multi-version to the "setup.py develop" command-line
fixes #530. I earlier tried this twice (see #530 for history) and then twice rolled it back due to some problems that arose. However, I didn't write down what the problems were in enough detail on the ticket that I can tell today whether those problems are still issues, so here goes the third attempt. (I did write down on the ticket that it would not create site.py or .pth files in the target directory with --multi-version mode, but I didn't explain why *that* was a problem.)
setup.cfg
src/allmydata/scripts/keygen.py