Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

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 Jul 7, 2022
1 parent 5fa11ba commit c4cb3ff
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 c4cb3ff

Please sign in to comment.