Skip to content

Commit cf753be

Browse files
committed
Fix pyproject.toml so docbot can build with uv
1 parent ef9d8ba commit cf753be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ai/docbot/pyproject.toml

+10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ dependencies = [
1515
"mesop>=0.12.2",
1616
]
1717

18+
# uv required properties:
19+
1820
[tool.uv]
1921
dev-dependencies = []
2022

2123
[tool.uv.workspace]
24+
25+
[build-system]
26+
requires = ["hatchling"]
27+
build-backend = "hatchling.build"
28+
29+
# See: https://github.com/astral-sh/uv/issues/6293
30+
[tool.hatch.build.targets.wheel]
31+
packages = ["."]

0 commit comments

Comments
 (0)