From c3794189671d37025560f0e7f07d5683477cf36c Mon Sep 17 00:00:00 2001 From: arogl Date: Mon, 13 May 2019 18:08:29 +1000 Subject: [PATCH] Update setup.py to install to a directory rather than egg file fixes #3264 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1aacfc1c9..8e9828223 100755 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ setup( platforms='ALL', long_description=_read('README.rst'), test_suite='test.testall.suite', + zip_safe=False, include_package_data=True, # Install plugin resources. packages=[