From d7cd02e3e975bba650dd65e3abc2ac265e5f707c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 29 Jun 2025 20:52:06 +0200 Subject: [PATCH] Migrate to SPDX identifier for the license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c5aa2b..6756ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ dependencies = [ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -30,14 +29,12 @@ keywords = [ "podman", "podman-compose", ] +license = "GPL-2.0-only" dynamic = ["version", "readme"] [project.urls] homepage = "https://github.com/containers/podman-compose" -[project.license] -text = "GPL-2.0-only" - [project.optional-dependencies] devel = [ "coverage",