From 73dc60b862d94a54eb3a11cb668c08f680a9559a Mon Sep 17 00:00:00 2001 From: Amir <183.amir@gmail.com> Date: Mon, 7 Mar 2016 10:35:12 +0100 Subject: [PATCH] zip_safe=False --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index df866752..e7f2b213 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