mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-05 14:54:54 +00:00
Add all py files in the subfolders under the "wan" directory through pattern matching (#271)
This commit is contained in:
parent
a78d3be654
commit
11a6a00822
@ -52,6 +52,9 @@ discord = "https://discord.gg/p5XbdQV7"
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["wan"]
|
packages = ["wan"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"wan" = ["**/*.py"]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user