mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-01 05:00:19 +02:00
Migrate to SPDX identifier for the license
Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user