From: Zooko O'Whielacronx Date: Sun, 11 Jan 2009 16:13:19 +0000 (-0700) Subject: setup: update doc in setup.cfg X-Git-Tag: allmydata-tahoe-1.3.0~208 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=c1e3c66db206e5c117995e426af4e7c759a788d7;p=tahoe-lafs%2Ftahoe-lafs.git setup: update doc in setup.cfg --- diff --git a/setup.cfg b/setup.cfg index cfcd4071..c3877507 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,12 @@ [easy_install] zip_ok=False -# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp, and -# others). Left to its own devices, setuptools will look on PyPI for these -# and will download them at build time. The 'find_links=' entry in setup.cfg -# causes setuptools to look for these dependent tarballs in tahoe-deps/ and -# ../tahoe-deps/ before it resorts to downloading them from PyPI. +# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp, +# zfec, and others). Left to its own devices, setuptools will look on +# PyPI for these and will download them at build time. The +# 'find_links=' entry in setup.cfg causes setuptools to look for these +# dependent tarballs in tahoe-deps/ and ../tahoe-deps/ before it +# resorts to downloading them from PyPI. # http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz contains a bundle # of these dependencies. So it you want to avoid the build-time download