Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
975151a57d |
4
setup.py
4
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
|
||||
|
||||
Reference in New Issue
Block a user