Files
megasniff/pyproject.toml
2025-07-11 22:30:58 +03:00

13 lines
273 B
TOML

[project]
name = "megasniff"
version = "0.1.0"
description = "Library for in-time codegened type validation"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = {file="LICENSE"}
requires-python = ">=3.13"
dependencies = [
"jinja2>=3.1.6",
]