From 9e8a15a74c9b5b06246fbbaa197f65868bb704b1 Mon Sep 17 00:00:00 2001 From: Simo Lin Date: Tue, 14 Oct 2025 14:10:49 -0400 Subject: [PATCH] [router] add chang and keyang to sgl router author (#11620) --- sgl-router/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sgl-router/pyproject.toml b/sgl-router/pyproject.toml index 5a199ffbf..db7a7b6ce 100644 --- a/sgl-router/pyproject.toml +++ b/sgl-router/pyproject.toml @@ -6,7 +6,11 @@ build-backend = "setuptools.build_meta" name = "sglang-router" version = "0.1.9" description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support" -authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}] +authors = [ + {name = "Byron Hsu", email = "byronhsu1230@gmail.com"}, + {name = "Chang Su", email = "mckvtl@gmail.com"}, + {name = "Keyang Ru", email = "rukeyang@gmail.com"} +] requires-python = ">=3.8" readme = "README.md" license = { text = "Apache-2.0" }