chore(): add hatchling as build system

This commit is contained in:
doas root
2025-11-10 21:48:19 +03:00
parent 45d7926af1
commit e29a895c84
2 changed files with 522 additions and 0 deletions
+4
View File
@@ -157,3 +157,7 @@ line-ending = "lf"
# This is only required because we have invalid on-purpose code in docstrings:
docstring-code-format = false
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"