Added 'zip_safe' flag to 'setup.py'.
authorbmcustodio <bruno@brunomcustodio.com>
Tue, 30 Oct 2012 15:20:08 +0000 (15:20 +0000)
committerbmcustodio <bruno@brunomcustodio.com>
Tue, 30 Oct 2012 15:25:36 +0000 (15:25 +0000)
setup.py

index 9844ab1b440fa3754f8e959d817359889afd3269..4324fc338fe7495dcc077baefe6b45aa13a53c48 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,7 @@ setup(
     include_package_data=True,
     install_requires=requires,
     license=open('LICENSE').read(),
+    zip_safe=False,
     classifiers=(
         'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',