From a36f29b23dbfba3ebd0faa9c4e8436828d66745a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Mon, 2 Jun 2014 17:55:11 +0200
Subject: [PATCH] Set zip_safe to False

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

diff --git a/setup.py b/setup.py
index 5e8350a..28b8b24 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(
     long_description=open('README.rst').read(),
 
     packages=find_packages(),
-    zip_safe=True,
+    zip_safe=False,
 
     namespace_packages=[
       "bob",
-- 
GitLab