Add script entry point for uvx installation
Fixes "Package does not provide any executables" error when running uvx git+https://... Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a56132bdbc
commit
bb704d24ea
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ authors = [
|
|||
requires-python = ">=3.14"
|
||||
dependencies = ["typer>=0.9.0"]
|
||||
|
||||
[project.scripts]
|
||||
mcquack = "mcquack:app"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue