From 7c0b1e8e0a840fe698fd7817686c2c8e6d65afc9 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 4 Nov 2023 01:42:36 -0400 Subject: [PATCH] Fixed improper license definition. --- pyproject.toml | 2 +- src/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04dae02..fed2262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, diff --git a/src/__about__.py b/src/__about__.py index 2615afb..25dd683 100644 --- a/src/__about__.py +++ b/src/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present th3r00t # -# SPDX-License-Identifier: CC-BY-NC-ND-4.0 +# SPDX-License-Identifier: GPL-3.0-or-later __version__ = "0.0.1"