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*"]