Skip to content

Commit d7cd02e

Browse files
committed
Migrate to SPDX identifier for the license
Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
1 parent 05f341b commit d7cd02e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies = [
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1918
"Operating System :: OS Independent",
2019
"Programming Language :: Python",
2120
"Programming Language :: Python :: 3",
@@ -30,14 +29,12 @@ keywords = [
3029
"podman",
3130
"podman-compose",
3231
]
32+
license = "GPL-2.0-only"
3333
dynamic = ["version", "readme"]
3434

3535
[project.urls]
3636
homepage = "https://github.com/containers/podman-compose"
3737

38-
[project.license]
39-
text = "GPL-2.0-only"
40-
4138
[project.optional-dependencies]
4239
devel = [
4340
"coverage",

0 commit comments

Comments
 (0)