Correctly add Cargo.lock to sdsit (#13909)

pull/13923/head
Erik Johnston 2022-09-26 14:58:10 +01:00 committed by David Robertson
parent 682385917d
commit 6d3b1497c3
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
2 changed files with 2 additions and 1 deletions

1
changelog.d/13909.bugfix Normal file
View File

@ -0,0 +1 @@
Fix packaging to include `Cargo.lock` in `sdist`.

View File

@ -86,8 +86,8 @@ include = [
{ path = "tests", format = "sdist" },
{ path = "UPGRADE.rst", format = "sdist" },
{ path = "Cargo.toml", format = "sdist" },
{ path = "Cargo.lock", format = "sdist" },
{ path = "rust/Cargo.toml", format = "sdist" },
{ path = "rust/Cargo.lock", format = "sdist" },
{ path = "rust/build.rs", format = "sdist" },
{ path = "rust/src/**", format = "sdist" },
]