Skip to content

Commit 6b027da

Browse files
author
Jah-yee
committed
fix: set build-backend in pyproject.toml
Remove wheel from build requirements and add proper build-backend per PEP 517. This fixes the issue where pip install would not use build isolation properly. Fixes #1452
1 parent 885553b commit 6b027da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.cibuildwheel]
56
enable = ["pypy"]

0 commit comments

Comments
 (0)