From 0b20bac55a542500a92f38121b3ee1831691ea1a Mon Sep 17 00:00:00 2001 From: hlin99 Date: Sun, 5 Apr 2026 19:45:24 +0800 Subject: [PATCH] chore: rename PyPI package from xpyd to xpyd-proxy Preparing for meta-package xpyd that will depend on xpyd-proxy + xpyd-sim. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f46f54..9aff729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "xpyd" +name = "xpyd-proxy" version = "1.2.0" description = "Lightweight Prefill-Decode proxy for disaggregated LLM serving" readme = "README.md"