From ce124f8c9b05b068ceaf6fa1afb526ff1c54ce8b Mon Sep 17 00:00:00 2001 From: Travor <3488616445@qq.com> Date: Fri, 29 May 2026 00:26:30 +0800 Subject: [PATCH] fix(package): discover wan_va package --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9236cbc0..72d5f9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,11 +43,8 @@ huggingface = "https://github.com/Robbyant" modelscope = "https://github.com/Robbyant" discord = "https://github.com/Robbyant" -[tool.setuptools] -packages = ["lingbot_va"] - -[tool.setuptools.package-data] -"lingbot_va" = ["**/*.py"] +[tool.setuptools.packages.find] +include = ["wan_va*"] [tool.black] line-length = 88