]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup and docs: various improvements to setup and docs
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Jun 2008 20:55:05 +0000 (13:55 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Jun 2008 20:55:05 +0000 (13:55 -0700)
commit970edc5c65aeecaabc51f5b0803e8740698147dd
treeb97c2929b2898b93ffabd4b3b70e40071b7f9dbe
parent01a9fd7d3da223e13d8d8b3556843d2270445bd5
setup and docs: various improvements to setup and docs
Remove docs/install-details.html and README.win32 for now (see #282).
Remove checks for pywin32 and pyopenssl in Makefile -- that is (or will be) automated by setuptools.
Remove twisted from setup_requires.  This causes the problem in which Nevow doesn't declare its dependency on Twisted (#440) to yield a clear ImportError mentioning Twisted and to fail repeatedly, rather than yielding a weird ImportError and working on the second identical attempt.
Fix Makefile to set PATH so that trial and twistd can be found by "make test" after Twisted was installed into support/ during "make"
Makefile
README
README.win32 [deleted file]
_auto_deps.py
docs/install-details.html [deleted file]
docs/install.html
setup.py