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
+1
View File
@@ -1,6 +1,7 @@
# Environment
config.toml
docker-compose.yml
.idea
# Byte-compiled / optimized / DLL files
__pycache__/
+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"]
Generated
+1 -1
View File
@@ -437,7 +437,7 @@ wheels = [
[[package]]
name = "template-project"
version = "1.0.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "adaptix" },
{ name = "argon2-cffi" },