From 02f01a1e6ff7d59a185434b8ffadc3fe4c6395a8 Mon Sep 17 00:00:00 2001 From: jboursier Date: Mon, 5 May 2025 15:17:52 +0200 Subject: [PATCH] - Add missing templates - Move to the experimental uv build backend Signed-off-by: jboursier --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ee4b3f1..8cf394d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,13 @@ dev = [ "ruff>=0.11.2" ] +[build-system] +requires = ["uv_build"] +build-backend = "uv_build" + +[tool.uv.build-backend.data] +data = "templates" + [project.scripts] ghas-cli = "cli:main"