Skip to content

Commit

Permalink
Revert 'Fix sdist build for maturin itself'
Browse files Browse the repository at this point in the history
Reverts 3ba5bea
  • Loading branch information
messense committed Oct 18, 2022
1 parent c63bad4 commit 37ba503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/source_distribution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ pub fn source_distribution(
debug!("Ignoring {}", source.display());
continue;
}
let source = fs::canonicalize(source)?;
let target = root_dir.join(source.strip_prefix(&pyproject_dir).unwrap());
if source.is_dir() {
writer.add_directory(target)?;
Expand Down

0 comments on commit 37ba503

Please sign in to comment.