What must I put into distutils.cfg
to prevent easy_install from ever installing a zipped egg? The compression is a nice thought, but I like to be able to grep through and debug that code.
I pulled in some dependencies with python setup.py develop .
A closer look reveals that also accepts the --always-unzip flag. It would just be nice to set that as default.