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 ac6ddaa commit 21836abCopy full SHA for 21836ab
micropython/senml/manifest.py
@@ -1,5 +1,5 @@
1
-metadata(version="0.1.0")
+metadata(version="0.1.0", description="SenML serialisation for MicroPython.", pypi="micropython-senml")
2
3
-require("cbor2")
+require("cbor2", pypi="cbor2")
4
5
package("senml")
0 commit comments