Skip to content

Commit

Permalink
pyproject.toml: Set build-backend
Browse files Browse the repository at this point in the history
Related: pypa/setuptools#1694
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Dec 8, 2021
1 parent 93b8b59 commit ce9d7e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
requires = ["setuptools>=44", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79
target-version = ['py37']
Expand Down

0 comments on commit ce9d7e3

Please sign in to comment.