projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527c8c0
)
setup: add doc explaining why we set zip_safe=False
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 18:48:02 +0000
(11:48 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 18:48:02 +0000
(11:48 -0700)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index 03f746b3a2cf08d0c378299fdff9bb55699e59a3..b839a10038c913fcbd923633461534e585cfecf6 100644
(file)
--- 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,