mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
build(rust-bridge): drop redundant maturin include for _native.pyi
maturin already packages non-gitignored files under the Python source directory of a mixed project, and the built wheel contains litellm/rust_bridge/_native.pyi without the explicit entry Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
c7c71b95ad
commit
bc031e0f30
1 changed files with 0 additions and 1 deletions
|
|
@ -289,7 +289,6 @@ profile = "release"
|
|||
editable-profile = "dev"
|
||||
include = [
|
||||
"litellm/proxy/_experimental/out/**",
|
||||
"litellm/rust_bridge/_native.pyi",
|
||||
"litellm/router_strategy/complexity_router/artifacts/*.json",
|
||||
]
|
||||
exclude = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue