mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-05 15:10:14 +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 = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
@ -30,14 +29,12 @@ keywords = [
|
|||||||
"podman",
|
"podman",
|
||||||
"podman-compose",
|
"podman-compose",
|
||||||
]
|
]
|
||||||
|
license = "GPL-2.0-only"
|
||||||
dynamic = ["version", "readme"]
|
dynamic = ["version", "readme"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
homepage = "https://github.com/containers/podman-compose"
|
homepage = "https://github.com/containers/podman-compose"
|
||||||
|
|
||||||
[project.license]
|
|
||||||
text = "GPL-2.0-only"
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
devel = [
|
devel = [
|
||||||
"coverage",
|
"coverage",
|
||||||
|
Reference in New Issue
Block a user