mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
Merge pull request #1187 from jiaqixuac/patch-1
Update package inclusion pattern in pyproject.toml
This commit is contained in:
@@ -34,7 +34,7 @@ classifiers = [
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["./"]
|
||||
include = ["diffsynth"]
|
||||
include = ["diffsynth", "diffsynth.*"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
npu_aarch64 = [
|
||||
|
||||
Reference in New Issue
Block a user