Skip to content

Commit

Permalink
explicit build-backend workaround pip build isolation bug 6264
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed May 20, 2020
1 parent 828c26d commit 92ec6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools >= 40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 121

0 comments on commit 92ec6ab

Please sign in to comment.