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

Commit

Permalink
Correctly add Cargo.lock to sdsit (#13909)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston authored Sep 26, 2022
1 parent dcdd50e commit c5defa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/13909.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix packaging to include `Cargo.lock` in `sdist`.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit c5defa4

Please sign in to comment.