fix(): define hatchling package to build

This commit is contained in:
doas root
2025-11-10 22:22:42 +03:00
parent ad914aaece
commit 70c5d360de
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -161,3 +161,6 @@ docstring-code-format = false
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/template_project"]