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

Commit

Permalink
Fix sdist to include rust build script (#13866)
Browse files Browse the repository at this point in the history
* Fix sdist to include rust build script

Fixes #13851

* Newsfile
  • Loading branch information
erikjohnston authored Sep 22, 2022
1 parent 9ce1a53 commit 9615e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/13866.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix building from packaged sdist. Broke in v1.68.0rc1.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ include = [
{ path = "Cargo.toml", 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" },
]
exclude = [
Expand Down

0 comments on commit 9615e23

Please sign in to comment.