We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed41ce commit bdae6e3Copy full SHA for bdae6e3
2 files changed
betterproto2/pyproject.toml
@@ -51,8 +51,8 @@ package = true
51
default-groups = "all"
52
53
[build-system]
54
-requires = ["hatchling"]
55
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.9.7,<0.10"]
+build-backend = "uv_build"
56
57
[tool.ruff]
58
extend-exclude = ["tests/outputs", "src/betterproto2/internal_lib"]
betterproto2_compiler/pyproject.toml
@@ -53,8 +53,8 @@ package = true
59
60
extend-exclude = ["tests/outputs", "src/betterproto2_compiler/lib"]
0 commit comments