Skip to content

Commit

Permalink
Explicitly specify build-system in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Feb 15, 2024
1 parent 7011900 commit 5ea9266
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 = 100
target-version = ['py38']
Expand Down

0 comments on commit 5ea9266

Please sign in to comment.