Skip to content
Snippets Groups Projects
Unverified Commit c5defa4c authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Correctly add Cargo.lock to sdsit (#13909)

parent dcdd50e4
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 = [ ...@@ -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" },
] ]
......
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