mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-05 09:10:53 +00:00
setup: add doc explaining why we set zip_safe=False
This commit is contained in:
parent
527c8c093d
commit
189f9cc8fd
@ -1,4 +1,9 @@
|
|||||||
[easy_install]
|
[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
|
zip_ok=False
|
||||||
|
|
||||||
# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp,
|
# Tahoe depends upon several libraries (foolscap, twisted, pycryptopp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user