Skip to content

Commit

Permalink
Specify build-system for pep517 (#4218)
Browse files Browse the repository at this point in the history
Make it clear to various packaging frontends that we're using
setuptools as our backend.
  • Loading branch information
TheRealFalcon committed Jul 5, 2023
1 parent c68305a commit 8836c78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79

Expand Down

0 comments on commit 8836c78

Please sign in to comment.