From 21f0d954ff6f249faad4cc5bb891f181145c7dd5 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 20 Oct 2025 07:36:15 +0200 Subject: [PATCH] Add the project.license tag to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6df5969..e79245e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ readme = "README.md" authors = [ {name="The Foreman Project"}, ] +license = "GPL-2.0-or-later" classifiers = [ - "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: POSIX :: Linux", "Framework :: Django", "Programming Language :: Python",