Skip to content

Commit cb2940a

Browse files
committed
explicit build-backend workaround pip build isolation bug 6264
pip issue pypa/pip#6264 workaround pypa/setuptools#1694 (comment) fixes #169
1 parent 94f48ef commit cb2940a

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 >= 40.8.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
34

45
[tool.black]
56
line-length = 121

0 commit comments

Comments
 (0)