Skip to content

Commit d3053ce

Browse files
Use setuptools
1 parent 7e6684b commit d3053ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ coverage = {extras = ["toml"], version = ">=6.5.0"}
6161
Pygments = ">=2.13.0" # for code-block highlighting
6262
sphinx = "*"
6363
sphinx-autobuild = "*"
64-
6564
[build-system]
66-
requires = ["poetry-core>=2.2.1"]
67-
build-backend = "poetry.core.masonry.api"
65+
build-backend = "setuptools.build_meta"
66+
requires = [ "setuptools>=77" ]
6867

6968
[tool.ruff]
7069
line-length = 120

0 commit comments

Comments
 (0)