Browse Source

Fix sdist to include rust build script (#13866)

* Fix sdist to include rust build script

Fixes #13851

* Newsfile
tags/v1.68.0rc2
Erik Johnston 1 year ago
committed by GitHub
parent
commit
9615e23c29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      changelog.d/13866.bugfix
  2. +1
    -0
      pyproject.toml

+ 1
- 0
changelog.d/13866.bugfix View File

@@ -0,0 +1 @@
Fix building from packaged sdist. Broke in v1.68.0rc1.

+ 1
- 0
pyproject.toml View File

@@ -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 = [


Loading…
Cancel
Save