There was an error while loading. Please reload this page.
1 parent 369231d commit 3d4ed46Copy full SHA for 3d4ed46
1 file changed
pyproject.toml
@@ -22,6 +22,18 @@ dependencies = [
22
"pymodbus[serial]>=3.11"
23
]
24
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
+
37
[build-system]
38
requires = ["hatchling"]
39
build-backend = "hatchling.build"
0 commit comments