Fix package license

This commit is contained in:
2025-07-12 00:49:07 +03:00
parent 7c7e1912be
commit 8b70e83843

View File

@@ -1,11 +1,11 @@
[project]
name = "megasniff"
version = "0.1.0"
version = "0.1.1"
description = "Library for in-time codegened type validation"
authors = [
{ name = "nikto_b", email = "niktob560@yandex.ru" }
]
license = { file = "LICENSE" }
license = "LGPL-3.0-or-later"
requires-python = ">=3.13"
dependencies = [
"hatchling>=1.27.0",