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