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 3a22e9c commit 6a5ff83Copy full SHA for 6a5ff83
pyproject.toml
@@ -1,5 +1,6 @@
1
-[project]
2
-requires-python = ">=3.9"
+[build-system]
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
4
5
[tool.ruff]
6
line-length = 120
0 commit comments