Skip to content

Commit 7196b87

Browse files
committed
Remove build-system section from pyproject.toml
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.
1 parent 13bb5cf commit 7196b87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ dependencies = [
1313
"taskipy>=1.13.0",
1414
]
1515

16-
[build-system]
17-
requires = ["hatchling"]
18-
build-backend = "hatchling.build"
1916

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

0 commit comments

Comments
 (0)