Update package inclusion pattern in pyproject.toml

Update to install all the sub-packages inside diffsynth. Otherwise, the installed packages only contain __init__.py
This commit is contained in:
Jiaqi Xu
2026-01-10 09:28:45 +08:00
committed by GitHub
parent de0aa946f7
commit 3235393fb5

View File

@@ -34,7 +34,7 @@ classifiers = [
[tool.setuptools.packages.find]
where = ["./"]
include = ["diffsynth"]
include = ["diffsynth*"]
[tool.setuptools]
include-package-data = true