]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
set the zip_safe flag to False
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 13 Sep 2007 22:37:55 +0000 (15:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 13 Sep 2007 22:37:55 +0000 (15:37 -0700)
commit9c272308e24d7b12a3821e32d4ff6d7265d6a780
treef8a90749b997d966ef14f696695fbdef56d77f13
parent73826c5cc98fd517184be1d6b4e2264556a1bbdf
set the zip_safe flag to False
This means that by default the allmydata-tahoe egg will be a directory with a tree of files instead of a zip file containing files.  I prefer the former because it makes it easier for people to hack into it.
Unfortunately the files therein are still going to be .pyc's instead of .py's, if I understand correctly.  I would prefer for them to be .py's.  See also discussion on the distutils-sig mailing list:

http://mail.python.org/pipermail/distutils-sig/2007-July/007827.html
setup.py