We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f263a commit 39e188bCopy full SHA for 39e188b
pyproject.toml
@@ -1,10 +1,13 @@
1
-[build-system]
2
-requires = ["mina-build>=0.2.5"]
3
-build-backend = "pdm.backend"
+# [build-system]
+# requires = ["mina-build>=0.2.5"]
+# build-backend = "pdm.backend"
4
5
#[build-system]
6
#requires = ["pdm-backend", "pdm-polylith-workspace"]
7
#build-backend = "pdm.backend"
8
+[build-system]
9
+requires = ["hatchling"]
10
+build-backend = "hatchling.build"
11
12
[project]
13
authors = [{ name = "fluentqa-team", email = "fluent-qa@fluentqa.com" }]
0 commit comments