aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTom Christie2015-01-08 11:07:52 +0000
committerTom Christie2015-01-08 11:07:52 +0000
commit3dbcefb3c75877fb210e7e04037e682c718a4c6e (patch)
tree0a378014498f8c70811187159b3f7fb4dce33721 /setup.py
parente61ef3d39f301bc62323b47af5080877e273c395 (diff)
parentc3814123d75e6af3edc51e9953f49eac40b72989 (diff)
downloaddjango-rest-framework-3dbcefb3c75877fb210e7e04037e682c718a4c6e.tar.bz2
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
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',