From 83b340e371a0151c9fdefac9f07e0f89ba5e6c37 Mon Sep 17 00:00:00 2001 From: Ata Fatahi Date: Tue, 3 Dec 2024 00:06:25 -0800 Subject: [PATCH] Add missing license for router wheel (#2324) Signed-off-by: Ata Fatahi --- rust/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/pyproject.toml b/rust/pyproject.toml index 35b1dc7d4..a07ba953a 100644 --- a/rust/pyproject.toml +++ b/rust/pyproject.toml @@ -9,6 +9,7 @@ description = "SGLang router is a standalone module implemented in Rust to achie authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}] requires-python = ">=3.8" readme = "README.md" +license = { file = "LICENSE" } classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Rust",