8000 senml: Allow publishing to PyPI as micropython-senml. · micropython/micropython-lib@01db3da · GitHub
[go: up one dir, main page]

Skip to content

Commit 01db3da

Browse files
jimmodpgeorge
authored andcommitted
senml: Allow publishing to PyPI as micropython-senml.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
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

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+
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)
0