diff --git a/pyproject.toml b/pyproject.toml index 4a13ad9..4e8f136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"