Closed lbeltrame closed 11 years ago
setup.py should use zip_safe=False in order to avoid creating a zipped egg, which is harder to debug.
zip_safe=False
I didn't realize there were open issues on this repo, oops. Thanks for the suggestion, added it.
setup.py should use
zip_safe=False
in order to avoid creating a zipped egg, which is harder to debug.