Skip to content
Snippets Groups Projects
Commit 012cb1e9 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Adds the call to the add_energy script

parent 38d45fee
Branches
No related tags found
No related merge requests found
File moved
...@@ -29,6 +29,7 @@ setuptools.setup( ...@@ -29,6 +29,7 @@ setuptools.setup(
'remove_watermark = expetator.remove_watermark:main', 'remove_watermark = expetator.remove_watermark:main',
'csv_plot = expetator.monitoring_csv:show_csv_main', 'csv_plot = expetator.monitoring_csv:show_csv_main',
'list_plot = expetator.monitoring_list:show_list_main', 'list_plot = expetator.monitoring_list:show_list_main',
'add_energy = expetator.add_energy:main',
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment