Skip to content

Commit 185bdfa

Browse files
committed
Fix
1 parent f129644 commit 185bdfa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ dependencies = [
1616
"pytest>=8.3.5",
1717
"pytest-django>=4.11.1",
1818
]
19+
20+
[build-system]
21+
requires = ["hatchling"]
22+
build-backend = "hatchling.build"
23+
24+
[tool.hatch.build.targets.wheel]
25+
packages = ["task_manager"]

0 commit comments

Comments
 (0)