We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2a610 commit a3cd7acCopy full SHA for a3cd7ac
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 0.0.1 - 2025-06-29
4
5
+Initial alpha release.
pyproject.toml
@@ -22,10 +22,12 @@ keywords = [
22
]
23
requires-python = ">=3.9"
24
classifiers = [
25
- "Development Status :: 4 - Beta",
+ "Development Status :: 3 - Alpha",
26
+ "License :: OSI Approved :: MIT License",
27
"Programming Language :: Python",
28
+ "Topic :: Software Development :: Embedded Systems",
29
+ "Topic :: System :: Emulators",
30
"Typing :: Typed",
- "License :: OSI Approved :: MIT License",
31
32
dependencies = ["pydantic>=2.8", "websockets>=12,<13"]
33
0 commit comments