diff options
| author | Tom Christie | 2015-01-07 21:12:53 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-01-07 21:12:53 +0000 |
| commit | c3814123d75e6af3edc51e9953f49eac40b72989 (patch) | |
| tree | c8756624bf88f7ccdf81babfcdf747996aee1ced | |
| parent | 18cefad3abfa6e6a7bbd278e8d54eef66a1d1e53 (diff) | |
| parent | 60f5b5d9f364c383662fb6ae8d210f31e9621c09 (diff) | |
| download | django-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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
