We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5f4d7 commit 01db3daCopy full SHA for 01db3da
micropython/senml/manifest.py
@@ -1,4 +1,8 @@
1
-metadata(version="0.1.0")
+metadata(
2
+ description="SenML serialisation for MicroPython.",
3
+ version="0.1.0",
4
+ pypi_publish="micropython-senml",
5
+)
6
7
require("cbor2")
8
0 commit comments