Hi.
Your project does not provide a straightforward way to create the Pytholog tool and get it on the $PATH. Normally, it should be something that should be doable with python -m build --wheel and pip install dist/*.whl. Unfortunately, it does not install the entry point that would allow to get a cli on the command line in the $PATH.
I'd advise refactoring the build system with flit or hatch, where such entry points may be declared rather declaratively.
Hi.
Your project does not provide a straightforward way to create the Pytholog tool and get it on the
$PATH. Normally, it should be something that should be doable withpython -m build --wheelandpip install dist/*.whl. Unfortunately, it does not install the entry point that would allow to get a cli on the command line in the$PATH.I'd advise refactoring the build system with
flitorhatch, where such entry points may be declared rather declaratively.