1 Commits
0.1 ... 0.2

Author SHA1 Message Date
Ben Roberts
975151a57d Force uncompressed installation of package 2020-09-06 22:22:06 +01:00

View File

@@ -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