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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)