alex/django-fixture-generator

Change in setup.py

maraujop opened this issue · 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?

Thanks, regards

alex commented

fixed in bd49fa6