From 975151a57dfa9e1990311284c90c66880fca9f32 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 6 Sep 2020 22:22:06 +0100 Subject: [PATCH] Force uncompressed installation of package --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 575b26f..defb36b 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,10 @@ setup( 'energy_usage': ['config_default.yaml'], }, + # Because the package contains non-python files, it must be installed + # in uncompressed format, not as a zip-format .egg file + zip_safe=False, + # Executable scripts # Wrappers will be automatically generated using the correct python shebang # to run the methods indicated