Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions betterproto2/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ package = true
default-groups = "all"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.9.7,<0.10"]
build-backend = "uv_build"

[tool.ruff]
extend-exclude = ["tests/outputs", "src/betterproto2/internal_lib"]
Expand Down
6 changes: 3 additions & 3 deletions betterproto2_compiler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ package = true
default-groups = "all"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.9.7,<0.10"]
build-backend = "uv_build"

[tool.ruff]
extend-exclude = ["tests/outputs", "src/betterproto2_compiler/lib"]
Expand Down Expand Up @@ -175,4 +175,4 @@ help = "Check the code with the Ruff linter"
# google/protobuf/timestamp.proto \
# google/protobuf/type.proto \
# google/protobuf/wrappers.proto \
# google/protobuf/compiler/plugin.proto
# google/protobuf/compiler/plugin.proto