diff --git a/micropython/bundles/bundle-networking/manifest.py b/micropython/bundles/bundle-networking/manifest.py index 049d2f64..1db1b08c 100644 --- a/micropython/bundles/bundle-networking/manifest.py +++ b/micropython/bundles/bundle-networking/manifest.py @@ -1,6 +1,6 @@ metadata( version="0.1.0", - metadata="Common networking packages for all network-capable deployments of MicroPython.", + description="Common networking packages for all network-capable deployments of MicroPython.", ) require("mip")