Fix package license
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user