Skip to content

Commit

Permalink
Update src/metadata.rs
Browse files Browse the repository at this point in the history
Co-authored-by: konstin <konstin@mailbox.org>
  • Loading branch information
messense and konstin authored Jun 1, 2021
1 parent efcaf82 commit d27c898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Path>) -> Result<()> {
Expand Down

0 comments on commit d27c898

Please sign in to comment.