diff --git a/pyproject.toml b/pyproject.toml index 7ea5dbc..b01a509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,9 @@ license = {file = "LICENSE"} name = "sarsen" readme = "README.md" +[project.scripts] +sarsen = "sarsen.__main__:app" + [tool.coverage.run] branch = true