From 470e5a443b2656bcce71e9d803ddbdc517a41fb3 Mon Sep 17 00:00:00 2001 From: Jitka Obselkova Date: Wed, 16 Apr 2025 15:46:48 +0200 Subject: [PATCH] Fix deprecated license classifiers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 519ed7a8..e21b31e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ readme = "README.md" authors = [ {name="Pulp Team", email="pulp-list@redhat.com"}, ] +license = "GPL-2.0-or-later" classifiers=[ - "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: POSIX :: Linux", "Development Status :: 5 - Production/Stable", "Framework :: Django",