Skip to content

Commit

Permalink
Remove build-system section from pyproject.toml
Browse files Browse the repository at this point in the history
The build-system configuration for hatchling has been removed. This change may require updating the build process or ensuring compatibility with other tools or configurations.
  • Loading branch information
lipemorais committed Sep 14, 2024
1 parent 13bb5cf commit 7196b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ dependencies = [
"taskipy>=1.13.0",
]

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

[tool.taskipy.tasks]
docs = { cmd = "mkdocs serve", help = "run documentation server" }
Expand Down

0 comments on commit 7196b87

Please sign in to comment.