Merge pull request #2386 from linovia/bugfix/drop_egg_support

Mark Django REST Framework as incompatible with eggs
This commit is contained in:
Tom Christie 2015-01-07 21:12:53 +00:00
commit c3814123d7
1 changed files with 1 additions and 0 deletions

View File

@ -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',