From c2ee8b8dff54919aa07f2a48570ad17f6fc0a092 Mon Sep 17 00:00:00 2001 From: "Long(Tony) Lian" Date: Wed, 25 Jun 2025 17:57:38 -0700 Subject: [PATCH] Update pyproject.toml to fix missing files --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ffe1094..dc1399a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,5 +22,6 @@ dependencies = [ [project.urls] Homepage="https://github.com/GeeeekExplorer/nano-vllm" -[tool.setuptools] -packages = ["nanovllm"] +[tool.setuptools.packages.find] +where = ["."] +include = ["nanovllm*"]