We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18cefad + 60f5b5d commit c381412Copy full SHA for c381412
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