Skip to content

Commit 7237dac

Browse files
Revert "Use setuptools"
This reverts commit d3053ce.
1 parent 407b5da commit 7237dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ sphinx = "*"
6262
sphinx-autobuild = "*"
6363

6464
[build-system]
65-
build-backend = "setuptools.build_meta"
66-
requires = [ "setuptools>=77" ]
65+
requires = ["poetry-core>=2.2.1"]
66+
build-backend = "poetry.core.masonry.api"
6767

6868
[tool.ruff]
6969
line-length = 120

0 commit comments

Comments
 (0)