]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add zip_safe=False in setup.py 455/head
authorTzu-ping Chung <uranusjr@gmail.com>
Tue, 2 Apr 2019 11:27:40 +0000 (19:27 +0800)
committerTzu-ping Chung <uranusjr@gmail.com>
Tue, 9 Apr 2019 15:01:54 +0000 (23:01 +0800)
setup.py

index d6dfafb7829b15445d749091e5e3b361bef165a5..c3e304f0a74a527455c1dd7c12d3f32e9b8bfd77 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -72,4 +72,5 @@ setup(
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
     ],
+    zip_safe=False,
 )