From 75997ebe8ddf228670824637e67d36bc884ef4ac Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 8 Feb 2026 12:22:55 -0800 Subject: [PATCH] Update author information in pyproject.toml (#18453) --- sgl-kernel/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgl-kernel/pyproject.toml b/sgl-kernel/pyproject.toml index 3e918ace8..f644307bb 100644 --- a/sgl-kernel/pyproject.toml +++ b/sgl-kernel/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build" name = "sgl-kernel" version = "0.3.21" authors = [ - { name="Yineng Zhang", email="me@zhyncs.com" }, + { name="SGLang Kernel Team", email="sglang@lmsys.org" }, ] description = "Kernel Library for SGLang" readme = "README.md"