Fix pyproject

This commit is contained in:
wangang.wa 2025-03-24 16:05:49 +08:00
parent a78d3be654
commit 2719575328

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