We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca10a5f commit c2eedf8Copy full SHA for c2eedf8
guide/src/metadata.md
@@ -2,7 +2,7 @@
2
3
maturin supports [PEP 621](https://www.python.org/dev/peps/pep-0621/),
4
you can specify python package metadata in `pyproject.toml`.
5
-maturin merges metadata from `Cargo.toml` and `pyproject.toml`, `pyproject.toml` take precedence over `Cargo.toml`.
+maturin merges metadata from `Cargo.toml` and `pyproject.toml`, `pyproject.toml` takes precedence over `Cargo.toml`.
6
7
Here is a `pyproject.toml` example from PEP 621 for reference purpose:
8
0 commit comments