Skip to content

Commit 653b25a

Browse files
authored
chore: update badges and add trove classifiers for packaging (#256)
**Added:** - Added trove classifiers to `pyproject.toml` to improve package metadata for PyPI, including supported Python versions, license, and OS compatibility **Changed:** - Updated test badge in `README.md` to use `test.yaml` for consistency with the actual workflow file name
1 parent 4946cc4 commit 653b25a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Dreadnode Strikes SDK
1616
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/dreadnode">
1717
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/dreadnode">
1818
<img alt="GitHub License" src="https://img.shields.io/github/license/dreadnode/sdk">
19-
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/dreadnode/sdk/tests.yaml">
19+
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/dreadnode/sdk/test.yaml">
2020
<img alt="Pre-Commit" src="https://img.shields.io/github/actions/workflow/status/dreadnode/sdk/pre-commit.yaml">
2121
<img alt="Renovate" src="https://img.shields.io/github/actions/workflow/status/dreadnode/sdk/renovate.yaml">
2222
</h4>

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ authors = [{ name = "Nick Landers", email = "[email protected]" }]
66
readme = "README.md"
77
license = { file = "LICENSE" }
88
requires-python = ">=3.10,<3.14"
9+
classifiers = [
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3.10",
12+
"Programming Language :: Python :: 3.11",
13+
"Programming Language :: Python :: 3.12",
14+
"Programming Language :: Python :: 3.13",
15+
"License :: OSI Approved :: Apache Software License",
16+
"Operating System :: OS Independent",
17+
]
918

1019
dependencies = [
1120
"pydantic>=2.9.2,<3.0.0",

0 commit comments

Comments
 (0)