Commit 60f5b5d9 by Xavier Ordoquy

Make Django REST Framework as zip unsafe.

parent ff726aa4
...@@ -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