Skip to content

Commit 20aa868

Browse files
committed
pyproject.toml modified
1 parent c45ede0 commit 20aa868

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ dependencies = [
2020
dev = [
2121
"ruff>=0.13.3",
2222
]
23+
24+
[build-system]
25+
requires = ["hatchling"]
26+
build-backend = "hatchling.build"
27+
28+
[tool.hatch.build.targets.wheel]
29+
packages = ["task_manager"]

0 commit comments

Comments
 (0)