We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e327e2d commit 9c50c28Copy full SHA for 9c50c28
pyproject.toml
@@ -7,7 +7,8 @@ name = "cfengine"
7
dynamic = ["version"]
8
description = "Human-oriented CLI for interacting with CFEngine tools"
9
readme = "README.md"
10
-license = {file = "LICENSE"}
+license = "GPL-3.0-only"
11
+license-files = ["LICENSE"]
12
requires-python = ">=3.9"
13
dependencies = [
14
"cf-remote>=0.6.4",
@@ -29,6 +30,7 @@ classifiers = [
29
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
32
"Programming Language :: Python :: 3.14",
33
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
34
]
35
36
[project.scripts]
0 commit comments