Files
sglang/sgl-router/MANIFEST.in
2025-10-29 10:05:00 -07:00

8 lines
316 B
Plaintext

# Must include:
include Cargo.toml # Rust project configuration
include build.rs # Build script for protobuf generation
include ../LICENSE
recursive-include src *.rs # Rust source files
recursive-include src/proto *.proto # Protobuf definitions
recursive-include py_src *.py # Python source files