Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6d3b149

Browse files
erikjohnstonDavid Robertson
authored and
David Robertson
committed
Correctly add Cargo.lock to sdsit (#13909)
1 parent 6823859 commit 6d3b149

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/13909.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix packaging to include `Cargo.lock` in `sdist`.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ include = [
8686
{ path = "tests", format = "sdist" },
8787
{ path = "UPGRADE.rst", format = "sdist" },
8888
{ path = "Cargo.toml", format = "sdist" },
89+
{ path = "Cargo.lock", format = "sdist" },
8990
{ path = "rust/Cargo.toml", format = "sdist" },
90-
{ path = "rust/Cargo.lock", format = "sdist" },
9191
{ path = "rust/build.rs", format = "sdist" },
9292
{ path = "rust/src/**", format = "sdist" },
9393
]

0 commit comments

Comments
 (0)