]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: update doc in setup.cfg
authorZooko O'Whielacronx <zooko@zooko.com>
Sun, 11 Jan 2009 16:13:19 +0000 (09:13 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sun, 11 Jan 2009 16:13:19 +0000 (09:13 -0700)
setup.cfg

index cfcd407161ab63f9cf518fa4ff6fcd695afdd397..c38775075541a4b9e65661d4e8511b4c92638e4d 100644 (file)
--- 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