From afeb2b789fbf3fe75cc11cbe76f45842dcf0c7c7 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 30 Jan 2025 11:14:32 +0100 Subject: [PATCH] install release script deps by default --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a983ae6b8..a341ec09a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -292,14 +292,13 @@ release = [ "tomli>=1.2.3", ] -[tool.poetry.build] -script = "build_rust.py" -generate-setup-file = true - [build-system] requires = ["hatchling"] build-backend = "hatchling.build" +[tool.uv] +default-groups = ["dev", "release"] + [tool.hatch.build.targets.wheel] packages = ["synapse"]