Skip to content

Commit 9c50c28

Browse files
committed
More license fixing
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent e327e2d commit 9c50c28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "cfengine"
77
dynamic = ["version"]
88
description = "Human-oriented CLI for interacting with CFEngine tools"
99
readme = "README.md"
10-
license = {file = "LICENSE"}
10+
license = "GPL-3.0-only"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.9"
1213
dependencies = [
1314
"cf-remote>=0.6.4",
@@ -29,6 +30,7 @@ classifiers = [
2930
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: 3.13",
3132
"Programming Language :: Python :: 3.14",
33+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3234
]
3335

3436
[project.scripts]

0 commit comments

Comments
 (0)