X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=5d091a5409249e213639289e424217c075b896a1;hp=35f5db5bb6dd6fd5a1739e1b4d5efe12079f0155;hb=24741a1f032666dc2df447f1c1ea8de67f443984;hpb=8d900be5af63ddf93b19adcd4e960167cc6d50ff diff --git a/setup.py b/setup.py index 35f5db5..5d091a5 100644 --- 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,