maraujop opened this issue 14 years ago · 1 comments
Hi Alex,
Don't you think setup.py should have flag zip_safe=False ? As the App is for testing purposes, it will be used very much with the built-in development server, which I think can not handle eggs directly, right?
setup.py
zip_safe=False
Thanks, regards
fixed in bd49fa6