From 94e6a46215b00a127bc82cc7f0bdffcc2892f459 Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Thu, 17 Apr 2014 19:54:56 -0300 Subject: [PATCH] Add zip_safe=False in setup.py Another step to #11. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 3ee9d73..f01ac8c 100644 --- a/setup.py +++ b/setup.py @@ -43,4 +43,6 @@ 'nose>=1.0', ], test_suite='nose.collector', + + zip_safe=False, )