Skip to content

Commit bdae6e3

Browse files
authored
Use uv_build instead of hatch (#164)
1 parent 7ed41ce commit bdae6e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

betterproto2/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ package = true
5151
default-groups = "all"
5252

5353
[build-system]
54-
requires = ["hatchling"]
55-
build-backend = "hatchling.build"
54+
requires = ["uv_build>=0.9.7,<0.10"]
55+
build-backend = "uv_build"
5656

5757
[tool.ruff]
5858
extend-exclude = ["tests/outputs", "src/betterproto2/internal_lib"]

betterproto2_compiler/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ package = true
5353
default-groups = "all"
5454

5555
[build-system]
56-
requires = ["hatchling"]
57-
build-backend = "hatchling.build"
56+
requires = ["uv_build>=0.9.7,<0.10"]
57+
build-backend = "uv_build"
5858

5959
[tool.ruff]
6060
extend-exclude = ["tests/outputs", "src/betterproto2_compiler/lib"]

0 commit comments

Comments
 (0)