Skip to content
Snippets Groups Projects
Unverified Commit 6d3b1497 authored by Erik Johnston's avatar Erik Johnston Committed by David Robertson
Browse files

Correctly add Cargo.lock to sdsit (#13909)

parent 68238591
No related branches found
No related tags found
No related merge requests found
Fix packaging to include `Cargo.lock` in `sdist`.
......@@ -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" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment