From 3a7f748d96f0a5c3fadeb1c737b430a27af372f0 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 18 May 2025 17:44:18 +0200 Subject: [PATCH] Updated the license specification to comply with PEP 639 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9fc3893..68c44e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,11 @@ authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md" requires-python = ">=3.11" -license = { text = "GPLv3" } +license = "GPL-3.0" +license-files = ["LICENSE"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",