Skip to content

Commit e327e2d

Browse files
committed
Added more metadata
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 76864f4 commit e327e2d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,29 @@ name = "cfengine"
77
dynamic = ["version"]
88
description = "Human-oriented CLI for interacting with CFEngine tools"
99
readme = "README.md"
10+
license = {file = "LICENSE"}
1011
requires-python = ">=3.9"
1112
dependencies = [
1213
"cf-remote>=0.6.4",
1314
"cfbs>=4.3.1",
1415
]
16+
classifiers = [
17+
"Development Status :: 3 - Alpha",
18+
"Intended Audience :: Developers",
19+
"Intended Audience :: System Administrators",
20+
"Intended Audience :: Information Technology",
21+
"Topic :: Security",
22+
"Topic :: Software Development :: Build Tools",
23+
"Topic :: System :: Distributed Computing",
24+
"Topic :: System :: Systems Administration",
25+
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
32+
]
1533

1634
[project.scripts]
1735
cfengine = "cfengine_cli.main:main"

0 commit comments

Comments
 (0)