Skip to content

Commit 39e188b

Browse files
committed
change to uv project
1 parent c4f263a commit 39e188b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
[build-system]
2-
requires = ["mina-build>=0.2.5"]
3-
build-backend = "pdm.backend"
1+
# [build-system]
2+
# requires = ["mina-build>=0.2.5"]
3+
# build-backend = "pdm.backend"
44

55
#[build-system]
66
#requires = ["pdm-backend", "pdm-polylith-workspace"]
77
#build-backend = "pdm.backend"
8+
[build-system]
9+
requires = ["hatchling"]
10+
build-backend = "hatchling.build"
811

912
[project]
1013
authors = [{ name = "fluentqa-team", email = "fluent-qa@fluentqa.com" }]

0 commit comments

Comments
 (0)