From 3235393fb55b4671f658f2a9b9c831783a228ce1 Mon Sep 17 00:00:00 2001 From: Jiaqi Xu Date: Sat, 10 Jan 2026 09:28:45 +0800 Subject: [PATCH 1/2] Update package inclusion pattern in pyproject.toml Update to install all the sub-packages inside diffsynth. Otherwise, the installed packages only contain __init__.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537ba77b..29f2d141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.setuptools.packages.find] where = ["./"] -include = ["diffsynth"] +include = ["diffsynth*"] [tool.setuptools] include-package-data = true From f4bf5920649d1174d83f9d5d84e25fb65f93323f Mon Sep 17 00:00:00 2001 From: Jiaqi Xu Date: Sat, 10 Jan 2026 09:32:35 +0800 Subject: [PATCH 2/2] 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 29f2d141..6ce319df 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