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:
Yujong Lee 2026-09-15 05:26:07 +00:00
parent c7c71b95ad
commit bc031e0f30

View file

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