Skip to content

Commit 21836ab

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micropython/senml/manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
metadata(version="0.1.0")
1+
metadata(version="0.1.0", description="SenML serialisation for MicroPython.", pypi="micropython-senml")
22

3-
require("cbor2")
3+
require("cbor2", pypi="cbor2")
44

55
package("senml")

0 commit comments

Comments
 (0)