We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f341b commit d7cd02eCopy full SHA for d7cd02e
pyproject.toml
@@ -15,7 +15,6 @@ dependencies = [
15
classifiers = [
16
"Development Status :: 3 - Alpha",
17
"Intended Audience :: Developers",
18
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
@@ -30,14 +29,12 @@ keywords = [
30
29
"podman",
31
"podman-compose",
32
]
+license = "GPL-2.0-only"
33
dynamic = ["version", "readme"]
34
35
[project.urls]
36
homepage = "https://github.com/containers/podman-compose"
37
38
-[project.license]
39
-text = "GPL-2.0-only"
40
-
41
[project.optional-dependencies]
42
devel = [
43
"coverage",
0 commit comments