Force uncompressed installation of package
This commit is contained in:
4
setup.py
4
setup.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user