From c1e3c66db206e5c117995e426af4e7c759a788d7 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 11 Jan 2009 09:13:19 -0700
Subject: [PATCH] setup: update doc in setup.cfg

---
 setup.cfg | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

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
-- 
2.45.2