We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414c538 commit fc156c9Copy full SHA for fc156c9
1 file changed
pyproject.toml
@@ -16,6 +16,11 @@ dependencies = [
16
[project.scripts]
17
lingua-loop = "lingua_loop.scripts.run:run"
18
19
+# https://github.com/astral-sh/uv/issues/9271#issuecomment-2488635515
20
+[build-system]
21
+requires = ["setuptools>=42"]
22
+build-backend = "setuptools.build_meta"
23
+
24
[tool.setuptools.packages.find]
25
where = ["src"]
26
0 commit comments