Skip to content

Commit bf18fd5

Browse files
rgommersrdbisme
authored andcommitted
MNT: fix missing build-backend key in pyproject.toml
This is a clear bug, `setuptools` only accepts having a `build-requires` section but no `build-backend` key either accidentally or for historical reasons, and will stop doing so at some point.
1 parent dd6dbc2 commit bf18fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ requires = [
1414
# it should not be loosened more than that.
1515
"numpy>=2,<2.5"
1616
]
17+
build-backend = "setuptools.build_meta"
1718

1819

1920
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)