Migrate to SPDX identifier for the license

Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
Juan Luis Cano Rodríguez
2025-06-29 20:52:06 +02:00
parent 05f341b3c5
commit d7cd02e3e9

View File

@ -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",