Fixed improper license definition.

This commit is contained in:
th3r00t
2023-11-04 01:42:36 -04:00
parent 27328feb59
commit 7c0b1e8e0a
2 changed files with 2 additions and 2 deletions

2
pyproject.toml vendored
View File

@@ -8,7 +8,7 @@ dynamic = ["version"]
description = ''
readme = "README.md"
requires-python = ">=3.12"
license = "LICENSE"
license = "GPL-3.0-or-later"
keywords = []
authors = [
{ name = "th3r00t", email = "tty0@th3r00t.dev" },