Backporting production changes / updating tests
[margebot.git] / setup.py
index 35f5db5..5d091a5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -56,6 +56,8 @@ setup(
     setup_requires=['pytest-runner'],
     tests_require=tests_required,
 
+    zip_safe=False,
+
     cmdclass={
         'install': ErrbotInstallCommand,
         'sdist': ErrbotSdistCommand,