From: Tzu-ping Chung Date: Tue, 2 Apr 2019 11:27:40 +0000 (+0800) Subject: Add zip_safe=False in setup.py X-Git-Tag: 0.12.0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F455%2Fhead;p=thirdparty%2Fstarlette.git Add zip_safe=False in setup.py --- diff --git a/setup.py b/setup.py index d6dfafb7..c3e304f0 100644 --- a/setup.py +++ b/setup.py @@ -72,4 +72,5 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", ], + zip_safe=False, )