]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: simplify the setup by removing the "tahoe dependencies" fake project
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Jan 2008 15:35:38 +0000 (08:35 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Jan 2008 15:35:38 +0000 (08:35 -0700)
commit1f2e3fc912bb897ea22713ec07032167d93fb2b3
tree1a86d0bcfc38b6e8aa7834f839a6ea8d9622f071
parentf3a9a47420dca953774c12e106935f6dd8fd5217
setup: simplify the setup by removing the "tahoe dependencies" fake project
Now we use "./setup.py develop" to ensure that changes to our source code are immediately used without requiring a "make" step.  This simplification will hopefully pave the way for easier py2exe and py2app, solving the "Unit tests test the installed version" bug (#145), and perhaps also #164 and #176.

This patch also conditionalizes the use of setuptools_darcs on the absence of a PKG-INFO file, which is part of fixing #263.
Makefile
calcdeps.py [deleted file]
misc/dependencies/setup.py [deleted file]
setup.py