DOC Fix typo in packages path [skip ci] (#2146)

This commit is contained in:
Paul Korzhyk 2022-01-30 13:05:53 +02:00 committed by GitHub
parent 597857fb23
commit 33ab51a4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ tool with `pip install -e pyodide-build`, then run:
`pyodide-build mkpkg <package-name>`
This will generate a `meta.yaml` under `package/<package-name>/` (see
This will generate a `meta.yaml` under `packages/<package-name>/` (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