Merge pull request #1187 from jiaqixuac/patch-1

Update package inclusion pattern in pyproject.toml
This commit is contained in:
Zhongjie Duan
2026-01-12 10:12:20 +08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ classifiers = [
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["./"] where = ["./"]
include = ["diffsynth"] include = ["diffsynth", "diffsynth.*"]
[project.optional-dependencies] [project.optional-dependencies]
npu_aarch64 = [ npu_aarch64 = [