From add0abb79eb2493f9a94b64b9bd5e3bd79204aba Mon Sep 17 00:00:00 2001 From: Amir <183.amir@gmail.com> Date: Mon, 7 Mar 2016 10:49:23 +0100 Subject: [PATCH] zip_safe=False, --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0aaec849..29b84572 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup( # This line is required for any distutils based packaging. packages = find_packages(), include_package_data = True, + zip_safe=False, # This line defines which packages should be installed when you "install" # this package. All packages that are mentioned here, but are not installed -- GitLab