Force uncompressed installation of package

This commit is contained in:
Ben Roberts
2020-09-06 22:22:06 +01:00
parent 713cb17753
commit 975151a57d

View File

@@ -21,6 +21,10 @@ setup(
'energy_usage': ['config_default.yaml'], '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 # Executable scripts
# Wrappers will be automatically generated using the correct python shebang # Wrappers will be automatically generated using the correct python shebang
# to run the methods indicated # to run the methods indicated