Incorrectly registered entrypoint for 'contemporary_mdp_creator'
Summary
'contemporary_mdp_creator' is registered incorrectly in pyproject.toml
Steps to reproduce
The following call leads to crash:
contemporary_mdp_creator -h
What is the expected correct behavior?
The tool should print out help and exit
Relevant logs and/or screenshots
contemporary_mdp_creator -h
Traceback (most recent call last):
File "/opt/anaconda3/envs/cta-dev/bin/contemporary_mdp_creator", line 5, in <module>
from calibpipe.tools.create_contemporary_mdp.py import main
ModuleNotFoundError: No module named 'calibpipe.tools.create_contemporary_mdp.py'; 'calibpipe.tools.create_contemporary_mdp' is not a package
Environment
- Version used:
- Operation System:
Remove .py
suffix in entrypoint declaration