From e38dc8f3106fa4b6501648e81999688edd4f29fd Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 14 Jan 2009 12:50:23 -0700
Subject: [PATCH] setup: configure setup.cfg to point setuptools at the
 index.html page instead of straight at the tahoe directory listing This is
 necessary, because if setuptools looks at the directory listing, then it
 follows the link named "More Info" in attempt to download the file, and this
 fails.

---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index c3877507..8ed55175 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,8 +21,9 @@ zip_ok=False
 # tahoe developers host copies of upstream dependencies.
 
 find_links=misc/dependencies tahoe-deps ../tahoe-deps
-	http://testgrid.allmydata.org:3567/uri/URI%3ADIR2-RO%3Asnrfwfxatrci35zdgjnzxxx2ke%3Aunarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/
+	http://testgrid.allmydata.org:3567/uri/URI%3ADIR2-RO%3Asnrfwfxatrci35zdgjnzxxx2ke%3Aunarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/index.html
 
+# Other sites that we might want to list:
 # http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063
 # http://pypi.python.org/pypi/pywin32
 
-- 
2.45.2