Don't build package as an egg

This commit is contained in:
Adam Bogdal 2014-07-16 22:00:06 +02:00
parent 4f8fbb5f93
commit f9992c934f

View file

@ -188,4 +188,5 @@ setup(
install_requires=[
"Django>=1.3",
],
zip_safe=False,
)