Files
megasniff/pyproject.toml
2025-07-12 00:51:22 +03:00

21 lines
439 B
TOML

[project]
name = "megasniff"
version = "0.1.2"
description = "Library for in-time codegened type validation"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = "LGPL-3.0-or-later"
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"]