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_email = "tzulberti@gmail.com",
url = "http://github.com/tzulberti/django-request-provider",
zip_safe = False,
keywords = [
"django contrib",
"request object provider"