Skip to content

Commit

Permalink
Add build system (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Apr 23, 2024
1 parent 6496676 commit a34b24e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ dev = [
]


[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"


[tool.ruff]
line-length = 88
target-version = "py38"
Expand Down

0 comments on commit a34b24e

Please sign in to comment.