We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c158c9a commit 4b4bde5Copy full SHA for 4b4bde5
pyproject.toml
@@ -1,7 +1,3 @@
1
-[build-system]
2
-requires = ["uv_build>=0.8.24,<0.9.0"]
3
-build-backend = "uv_build"
4
-
5
[project]
6
name = "udata-hydra-csvapi"
7
version = "0.2.6.dev"
@@ -34,5 +30,6 @@ dev = [
34
30
lint = { extend-select = ["I"], ignore = ["F401"] } # ["I"] is to also sort imports with an isort rule # TODO: remove ignore F401 later
35
31
line-length = 100
36
32
37
-[tool.uv]
38
-package = false
33
+[build-system]
+requires = ["pdm-backend"]
+build-backend = "pdm.backend"
0 commit comments