roryk / ipython-cluster-helper

Tool to easily start up an IPython cluster on different schedulers.
148 stars 23 forks source link

Use zip_safe=False in setup.py #7

Closed lbeltrame closed 11 years ago

lbeltrame commented 11 years ago

setup.py should use zip_safe=False in order to avoid creating a zipped egg, which is harder to debug.

roryk commented 11 years ago

I didn't realize there were open issues on this repo, oops. Thanks for the suggestion, added it.