Skip to content

Commit 1a819d3

Browse files
committed
senml: Allow publishing to PyPI as micropython-senml.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent e3b0ec5 commit 1a819d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

micropython/senml/manifest.py

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

37
require("cbor2")
48

0 commit comments

Comments
 (0)