diff --git a/micropython/senml/manifest.py b/micropython/senml/manifest.py index e09f1ab7..216717ca 100644 --- a/micropython/senml/manifest.py +++ b/micropython/senml/manifest.py @@ -1,4 +1,8 @@ -metadata(version="0.1.0") +metadata( + description="SenML serialisation for MicroPython.", + version="0.1.0", + pypi_publish="micropython-senml", +) require("cbor2")