Update pyproject.toml to fix missing files

This commit is contained in:
Long(Tony) Lian
2025-06-25 17:57:38 -07:00
committed by GitHub
parent cfc4cb6710
commit c2ee8b8dff

View File

@@ -22,5 +22,6 @@ dependencies = [
[project.urls] [project.urls]
Homepage="https://github.com/GeeeekExplorer/nano-vllm" Homepage="https://github.com/GeeeekExplorer/nano-vllm"
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["nanovllm"] where = ["."]
include = ["nanovllm*"]