From 937eacc44852e5e6bd240c37786229d7450c4f6c Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Sun, 5 Apr 2026 22:47:45 -0600 Subject: [PATCH] entrypoint --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 01b242d..76057ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,3 +9,6 @@ dependencies = [ "uvicorn", "python-chess", ] + +[project.scripts] +chess-pressure = "chess_pressure.app:main"