From d27c898a2ca8adc525eb9c2607e1f9069c72556c Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 1 Jun 2021 08:00:09 +0800 Subject: [PATCH] Update src/metadata.rs Co-authored-by: konstin --- src/metadata.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metadata.rs b/src/metadata.rs index aecc1cd2f..d8c9e8341 100644 --- a/src/metadata.rs +++ b/src/metadata.rs @@ -79,7 +79,7 @@ fn path_to_content_type(path: &Path) -> String { } impl Metadata21 { - /// Merge metadata with pyproject.toml + /// Merge metadata with pyproject.toml, where pyproject.toml takes precedence /// /// manifest_path must be the directory, not the file fn merge_pyproject_toml(&mut self, manifest_path: impl AsRef) -> Result<()> {