Correctly add Cargo.lock to sdsit (#13909)
This commit is contained in:
parent
682385917d
commit
6d3b1497c3
|
@ -0,0 +1 @@
|
||||||
|
Fix packaging to include `Cargo.lock` in `sdist`.
|
|
@ -86,8 +86,8 @@ include = [
|
||||||
{ path = "tests", format = "sdist" },
|
{ path = "tests", format = "sdist" },
|
||||||
{ path = "UPGRADE.rst", format = "sdist" },
|
{ path = "UPGRADE.rst", format = "sdist" },
|
||||||
{ path = "Cargo.toml", format = "sdist" },
|
{ path = "Cargo.toml", format = "sdist" },
|
||||||
|
{ path = "Cargo.lock", format = "sdist" },
|
||||||
{ path = "rust/Cargo.toml", format = "sdist" },
|
{ path = "rust/Cargo.toml", format = "sdist" },
|
||||||
{ path = "rust/Cargo.lock", format = "sdist" },
|
|
||||||
{ path = "rust/build.rs", format = "sdist" },
|
{ path = "rust/build.rs", format = "sdist" },
|
||||||
{ path = "rust/src/**", format = "sdist" },
|
{ path = "rust/src/**", format = "sdist" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue