Skip to content

Commit 3d4ed46

Browse files
committed
chore(pyproject): add classifiers
Signed-off-by: Bobo Bäck Engström <bobo@id8-engineering.io>
1 parent 369231d commit 3d4ed46

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ dependencies = [
2222
"pymodbus[serial]>=3.11"
2323
]
2424

25+
classifiers = [
26+
"Development Status :: 3 - Alpha",
27+
"Intended Audience :: Developers",
28+
"License :: OSI Approved :: MIT License",
29+
"Operating System :: OS Independent",
30+
"Programming Language :: Python :: 3",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
34+
"Topic :: Software Development :: Embedded Systems",
35+
]
36+
2537
[build-system]
2638
requires = ["hatchling"]
2739
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)