Skip to content

Commit eef729f

Browse files
Use uv build and fix built content (#579)
1 parent a47c37b commit eef729f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,12 @@ pre-commit = [
152152
]
153153

154154
[build-system]
155-
requires = ["pdm-backend"]
156-
build-backend = "pdm.backend"
155+
requires = ["uv_build>=0.8.4,<0.9.0"]
156+
build-backend = "uv_build"
157+
158+
[tool.uv.build-backend]
159+
module-name = "janus_core"
160+
module-root = ""
157161

158162
[tool.pytest.ini_options]
159163
# Configuration for [pytest](https://docs.pytest.org)

0 commit comments

Comments
 (0)