Add all py files in the subfolders under the "wan" directory through pattern matching (#271)

This commit is contained in:
Ang Wang 2025-03-24 17:23:42 +08:00 committed by GitHub
parent a78d3be654
commit 11a6a00822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,9 @@ discord = "https://discord.gg/p5XbdQV7"
[tool.setuptools]
packages = ["wan"]
[tool.setuptools.package-data]
"wan" = ["**/*.py"]
[tool.black]
line-length = 88