Skip to content

Commit 6888c47

Browse files
committed
Use uv-build backend
1 parent ef43efb commit 6888c47

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ dev = [
3737
]
3838

3939

40-
[tool.uv]
41-
default-groups = ["dev"]
40+
[build-system]
41+
requires = ["uv_build>=0.8.10,<0.9.0"]
42+
build-backend = "uv_build"
43+
44+
45+
[tool.uv.build-backend]
46+
module-name = "psplib"
47+
module-root = ""
4248

4349

4450
[tool.mypy]
@@ -71,8 +77,3 @@ ignore = [
7177

7278
[tool.ruff.lint.per-file-ignores]
7379
"__init__.py" = ["F401"] # ignore unused module imports
74-
75-
76-
[build-system]
77-
requires = ["hatchling"]
78-
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)