X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=setup.py;h=5d091a5409249e213639289e424217c075b896a1;hp=35f5db5bb6dd6fd5a1739e1b4d5efe12079f0155;hb=HEAD;hpb=0f33b2dd8c163878b06ac3290d87de8244ac7b7e 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,