Added zip_safe flag

This commit is contained in:
Tomas Zulberti 2012-06-27 09:35:35 -03:00
parent dbc37412ca
commit cb9f62f4b6

View file

@ -13,6 +13,7 @@ setup(
author = "Tomas Zulberti", author = "Tomas Zulberti",
author_email = "tzulberti@gmail.com", author_email = "tzulberti@gmail.com",
url = "http://github.com/tzulberti/django-request-provider", url = "http://github.com/tzulberti/django-request-provider",
zip_safe = False,
keywords = [ keywords = [
"django contrib", "django contrib",
"request object provider" "request object provider"