1
0

install release script deps by default

This commit is contained in:
Quentin Gliech
2025-01-30 11:14:32 +01:00
parent 8049a35333
commit afeb2b789f
+3 -4
View File
@@ -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"]