Skip to content

Commit

Permalink
chore(setup): set build-system in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Sep 24, 2021
1 parent 50f0c46 commit 07ce299
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build-system]
requires = [
"setuptools>=39.2.0",
"wheel"
]
build-backend = "setuptools.build_meta"

[tool.black]
line_length = 79
target-version = ["py36"]
Expand Down

0 comments on commit 07ce299

Please sign in to comment.