aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2015-01-07 21:12:53 +0000
committerTom Christie2015-01-07 21:12:53 +0000
commitc3814123d75e6af3edc51e9953f49eac40b72989 (patch)
treec8756624bf88f7ccdf81babfcdf747996aee1ced
parent18cefad3abfa6e6a7bbd278e8d54eef66a1d1e53 (diff)
parent60f5b5d9f364c383662fb6ae8d210f31e9621c09 (diff)
downloaddjango-rest-framework-c3814123d75e6af3edc51e9953f49eac40b72989.tar.bz2
Merge pull request #2386 from linovia/bugfix/drop_egg_support
Mark Django REST Framework as incompatible with eggs
-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',