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

Commit

Permalink
Add build system definition to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vikahl committed Aug 3, 2021
1 parent 14750ad commit c96b579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=41.0", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"
line_length = 120
Expand Down

0 comments on commit c96b579

Please sign in to comment.