console_script entry_point is not main but command_line_interface
running exposurefinalizer -c ... -b ... -i ...
results in an error, because it looks for the main
function defined in setup.py. This should be command_line_interface
.
running exposurefinalizer -c ... -b ... -i ...
results in an error, because it looks for the main
function defined in setup.py. This should be command_line_interface
.