Skip to content

Commit 01db3da

Browse files
jimmodpgeorge
authored andcommitted
senml: Allow publishing to PyPI as micropython-senml.
Signed-off-by: Jim Mussared <[email protected]>
1 parent 9b5f4d7 commit 01db3da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

micropython/senml/manifest.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
metadata(version="0.1.0")
1+
metadata(
2+
description="SenML serialisation for MicroPython.",
3+
version="0.1.0",
4+
pypi_publish="micropython-senml",
5+
)
26

37
require("cbor2")
48

0 commit comments

Comments
 (0)