From 33ab51a4ed55d938371ba7d70ac3fd7924896656 Mon Sep 17 00:00:00 2001 From: Paul Korzhyk Date: Sun, 30 Jan 2022 13:05:53 +0200 Subject: [PATCH] DOC Fix typo in packages path [skip ci] (#2146) --- docs/development/new-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/new-packages.md b/docs/development/new-packages.md index 39e0a774a..91c9c6c08 100644 --- a/docs/development/new-packages.md +++ b/docs/development/new-packages.md @@ -50,7 +50,7 @@ tool with `pip install -e pyodide-build`, then run: `pyodide-build mkpkg ` -This will generate a `meta.yaml` under `package//` (see +This will generate a `meta.yaml` under `packages//` (see {ref}`meta-yaml-spec`) that should work out of the box for many simple Python packages. This tool will populate the latest version, download link and sha256 hash by querying PyPI. It doesn't currently handle package dependencies, so you