From f2e9a5ab5f7fcc469b1c3518197f309f43271295 Mon Sep 17 00:00:00 2001
From: Amir <183.amir@gmail.com>
Date: Mon, 29 Feb 2016 14:30:29 +0100
Subject: [PATCH] Update setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 92fa205..c31b96c 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
     # This line is required for any distutils based packaging.
     packages=find_packages(),
     include_package_data=True,
-    zip_safe=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