Skip to content

Commit 4b4bde5

Browse files
build: fix build
1 parent c158c9a commit 4b4bde5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["uv_build>=0.8.24,<0.9.0"]
3-
build-backend = "uv_build"
4-
51
[project]
62
name = "udata-hydra-csvapi"
73
version = "0.2.6.dev"
@@ -34,5 +30,6 @@ dev = [
3430
lint = { extend-select = ["I"], ignore = ["F401"] } # ["I"] is to also sort imports with an isort rule # TODO: remove ignore F401 later
3531
line-length = 100
3632

37-
[tool.uv]
38-
package = false
33+
[build-system]
34+
requires = ["pdm-backend"]
35+
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)