Skip to content

Commit

Permalink
Use hatchling instead of setuptools to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascellerier committed Dec 6, 2024
1 parent 2f425f0 commit 3159a14
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
Expand Up @@ -24,6 +24,10 @@ task-runner = [
"poethepoet"
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.mypy]
strict = true

Expand Down

0 comments on commit 3159a14

Please sign in to comment.