]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - setup.cfg
setup: update doc in setup.cfg
[tahoe-lafs/tahoe-lafs.git] / setup.cfg
1 [easy_install]
2 zip_ok=False
3
4 # Tahoe depends upon several libraries (foolscap, twisted, pycryptopp,
5 # zfec, and others). Left to its own devices, setuptools will look on
6 # PyPI for these and will download them at build time. The
7 # 'find_links=' entry in setup.cfg causes setuptools to look for these
8 # dependent tarballs in tahoe-deps/ and ../tahoe-deps/ before it
9 # resorts to downloading them from PyPI.
10
11 # http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz contains a bundle
12 # of these dependencies. So it you want to avoid the build-time download
13 # (say, if you're on an airplane, or a desert island), just grab a copy and
14 # unpack it in your tahoe darcs tree.
15
16 # Alternatively, if you're building from a release/nightly tarball instead of
17 # a darcs tree, the 'sumo' tarball variant will include all of these
18 # dependencies in the tahoe-deps/ directory.
19
20 # The directory on the allmydata.org testgrid is a directory where
21 # tahoe developers host copies of upstream dependencies.
22
23 find_links=misc/dependencies tahoe-deps ../tahoe-deps
24         http://testgrid.allmydata.org:3567/uri/URI%3ADIR2-RO%3Asnrfwfxatrci35zdgjnzxxx2ke%3Aunarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/
25
26 # http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063
27 # http://pypi.python.org/pypi/pywin32
28