Add build-system

This commit is contained in:
2025-07-11 22:33:32 +03:00
parent 4a440e8966
commit 7c7e1912be
2 changed files with 66 additions and 3 deletions

View File

@@ -5,8 +5,16 @@ description = "Library for in-time codegened type validation"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = {file="LICENSE"}
license = { file = "LICENSE" }
requires-python = ">=3.13"
dependencies = [
"hatchling>=1.27.0",
"jinja2>=3.1.6",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/megasniff"]