You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 --wheel
andpip 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
orhatch
, where such entry points may be declared rather declaratively.The text was updated successfully, but these errors were encountered: