From c433f4233782d7a6ab1efbdc340a0b6e6b877a3e Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 22 Jan 2008 13:46:47 -0700
Subject: [PATCH] setup: add a setup.cfg file which instructs setuptools to
 install all eggs in unzipped form and to always copy them into the target
 directory (even if they are already installed somewhere else on the path that
 setuptools searches, which includes the CWD)

---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 setup.cfg

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