Skip to content

Commit 37ba503

Browse files
committed
Revert 'Fix sdist build for maturin itself'
Reverts 3ba5bea
1 parent c63bad4 commit 37ba503

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/source_distribution.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ pub fn source_distribution(
512512
debug!("Ignoring {}", source.display());
513513
continue;
514514
}
515-
let source = fs::canonicalize(source)?;
516515
let target = root_dir.join(source.strip_prefix(&pyproject_dir).unwrap());
517516
if source.is_dir() {
518517
writer.add_directory(target)?;

0 commit comments

Comments
 (0)