We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef43efb commit 6888c47Copy full SHA for 6888c47
1 file changed
pyproject.toml
@@ -37,8 +37,14 @@ dev = [
37
]
38
39
40
-[tool.uv]
41
-default-groups = ["dev"]
+[build-system]
+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 = ""
48
49
50
[tool.mypy]
@@ -71,8 +77,3 @@ ignore = [
71
77
72
78
[tool.ruff.lint.per-file-ignores]
73
79
"__init__.py" = ["F401"] # ignore unused module imports
74
-
75
76
-[build-system]
-requires = ["hatchling"]
-build-backend = "hatchling.build"
0 commit comments