]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: fix bin/tahoe to include .egg's from the source tree root dir as well
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:51:28 +0000 (01:51 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 Jan 2008 08:51:28 +0000 (01:51 -0700)
commit97f2953cecbfae20dd4dd80be70cd10dd66ebbb4
treeb3951847a07c3b021a06069b2b9e64f3ea9c77f4
parent70be8d6a8addeac022a09a68c8f5d6474bbd0759
setup: fix bin/tahoe to include .egg's from the source tree root dir as well
This is necessary, as we can't prevent setuptools from respecting any such eggs, therefore we need to respect them in order to maintain consistency.  However, we don't normally install any "install_requires" eggs into the source tree root dir.
bin/tahoe
misc/find-dep-eggs.py