From 189f9cc8fd7cdd01e5e5a75b865b4560cac8468a Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 29 Jan 2009 11:48:02 -0700 Subject: [PATCH] setup: add doc explaining why we set zip_safe=False --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 03f746b3..b839a100 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,9 @@ [easy_install] +# allmydata-tahoe actually does work at least as well as any package +# works when zipped, but zipping eggs causes various problems +# (http://bugs.python.org/setuptools/issue33 ), and generally makes it +# harder for people to get at the source code, and doesn't actually +# provide any benefits that I am aware of. zip_ok=False # Tahoe depends upon several libraries (foolscap, twisted, pycryptopp, -- 2.45.2