Added zip_safe flag
This commit is contained in:
parent
dbc37412ca
commit
cb9f62f4b6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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"
|
||||
|
|
Reference in a new issue