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" },

2
src/__about__.py vendored
View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present th3r00t <tty0@th3r00t.dev>
#
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
# SPDX-License-Identifier: GPL-3.0-or-later
__version__ = "0.0.1"