8000 bundle-networking: Fix metadata to correctly use "description" field. · micropython/micropython-lib@e3059a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3059a9

Browse files
committed
bundle-networking: Fix metadata to correctly use "description" field.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 2cd63d6 commit e3059a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/bundles/bundle-networking/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
metadata(
22
version="0.1.0",
3-
metadata="Common networking packages for all network-capable deployments of MicroPython.",
3+
description="Common networking packages for all network-capable deployments of MicroPython.",
44
)
55

66
require("mip")

0 commit comments

Comments
 (0)
0