aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorXavier Ordoquy2015-01-07 19:19:33 +0100
committerXavier Ordoquy2015-01-07 19:19:33 +0100
commit60f5b5d9f364c383662fb6ae8d210f31e9621c09 (patch)
tree364c7c25c275eb03211df0d2c67e2a9844b029cf /setup.py
parentff726aa44cc8dc7374a0c3c88139271a36dd2f8a (diff)
downloaddjango-rest-framework-60f5b5d9f364c383662fb6ae8d210f31e9621c09.tar.bz2
Make Django REST Framework as zip unsafe.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1e54836c..efe39d8d 100755
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,7 @@ setup(
packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'),
install_requires=[],
+ zip_safe=False,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',