aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/podman-compose/files/patch-pyproject.toml
blob: 27c137b9f1ed3f7f55b70b47e84475feb0fa6ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-09-27 13:07:52 UTC
+++ pyproject.toml
@@ -30,7 +30,7 @@ keywords = [
     "podman",
     "podman-compose",
 ]
-license = "GPL-2.0-only"
+license = { text = "GPL-2.0-only" }
 dynamic = ["version", "readme"]

 [project.urls]