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 37738f4 commit 875ae5bCopy full SHA for 875ae5b
micropython/senml/manifest.py
@@ -1,4 +1,8 @@
1
-metadata(version="0.1.0")
+metadata(
2
+ version="0.1.0",
3
+ description="SenML serialisation for MicroPython.",
4
+ pypi_publish="micropython-senml",
5
+)
6
7
require("cbor2")
8
0 commit comments