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:
Erich Blume 2026-01-12 16:55:46 -08:00
commit bb704d24ea

View file

@ -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"