You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading through the readme about PEP 621 support in the Python metadata section and I realized that it isn't clear how it interacts with metadata listed in Cargo.toml. Which values are sourced from where and what if they disagree?
It appears that they are merged, but it would be nice to have this written down somewhere so it is clear.
EDIT: it seems that these values are merged, and that pyproject.toml takes precedence
The text was updated successfully, but these errors were encountered:
I was reading through the readme about PEP 621 support in the Python metadata section and I realized that it isn't clear how it interacts with metadata listed in
Cargo.toml
. Which values are sourced from where and what if they disagree?It appears that they are merged, but it would be nice to have this written down somewhere so it is clear.
EDIT: it seems that these values are merged, and that pyproject.toml takes precedence
The text was updated successfully, but these errors were encountered: