add entrypoint to pyproject.toml

This commit is contained in:
Reinier van der Leer
2026-02-10 23:38:21 +01:00
parent 0f4c33308f
commit 6c2374593f

View File

@@ -116,6 +116,7 @@ ws = "backend.ws:main"
scheduler = "backend.scheduler:main"
notification = "backend.notification:main"
executor = "backend.exec:main"
copilot-executor = "backend.copilot.executor.__main__:main"
cli = "backend.cli:main"
format = "linter:format"
lint = "linter:lint"