Closed
Description
Feature Request
> uvx python-semantic-release
Installed 29 packages in 24ms
The executable `python-semantic-release` was not found.
warning: An executable named `python-semantic-release` is not provided by package `python-semantic-release`.
The following executables are provided by `python-semantic-release`:
- psr
- semantic-release
Can be totally worked around using uvx --from python-semantic-release psr
or ... semantic-release
, ofc.
Would be awesome to have an entrypoint that matches the package name, so that PSR works with the default uvx behavior.