From f4bf5920649d1174d83f9d5d84e25fb65f93323f Mon Sep 17 00:00:00 2001 From: Jiaqi Xu Date: Sat, 10 Jan 2026 09:32:35 +0800 Subject: [PATCH] Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29f2d14..6ce319d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.setuptools.packages.find] where = ["./"] -include = ["diffsynth*"] +include = ["diffsynth", "diffsynth.*"] [tool.setuptools] include-package-data = true