From 8b8a92e9fd3639d4234ab6727f51de46817709d5 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 18 Apr 2025 16:06:33 +0200 Subject: [PATCH] Removed license classifier in favor of SPDX entry. --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d4d1b0..a54e66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 61.0"] +requires = ["setuptools >= 77.0"] build-backend = "setuptools.build_meta" [project] @@ -24,11 +24,10 @@ readme = "README.rst" authors = [ {name = "gryf", email = "gryf73@gmail.com"} ] -license = {text = "GPLv3"} +license = "GPL-3.0-or-later" classifiers = [ "Environment :: Console", "Intended Audience :: Other Audience", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX :: Linux", "Development Status :: 3 - Alpha", "Programming Language :: Python",