]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: add a setup.cfg file which instructs setuptools to install all eggs in unzippe...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Jan 2008 20:46:47 +0000 (13:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 Jan 2008 20:46:47 +0000 (13:46 -0700)
setup.cfg [new file with mode: 0644]

diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..5db4255
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[easy_install]
+zip_ok=False
+always_copy=True