We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff726aa commit 60f5b5dCopy full SHA for 60f5b5d
setup.py
@@ -67,6 +67,7 @@ def get_package_data(package):
67
packages=get_packages('rest_framework'),
68
package_data=get_package_data('rest_framework'),
69
install_requires=[],
70
+ zip_safe=False,
71
classifiers=[
72
'Development Status :: 5 - Production/Stable',
73
'Environment :: Web Environment',
0 commit comments