mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
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:
@@ -34,7 +34,7 @@ classifiers = [
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["./"]
|
||||
include = ["diffsynth"]
|
||||
include = ["diffsynth*"]
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
||||
|
||||
Reference in New Issue
Block a user