Commit c3814123 by Tom Christie

Merge pull request #2386 from linovia/bugfix/drop_egg_support

Mark Django REST Framework as incompatible with eggs
parents 18cefad3 60f5b5d9
...@@ -67,6 +67,7 @@ setup( ...@@ -67,6 +67,7 @@ setup(
packages=get_packages('rest_framework'), packages=get_packages('rest_framework'),
package_data=get_package_data('rest_framework'), package_data=get_package_data('rest_framework'),
install_requires=[], install_requires=[],
zip_safe=False,
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Environment :: Web Environment',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment