From 271957532844a89cac3f7ff93cac0e0fc2f1c9d2 Mon Sep 17 00:00:00 2001 From: "wangang.wa" Date: Mon, 24 Mar 2025 16:05:49 +0800 Subject: [PATCH] Fix pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b680bec..1074471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,9 @@ discord = "https://discord.gg/p5XbdQV7" [tool.setuptools] packages = ["wan"] +[tool.setuptools.package-data] +"wan" = ["**/*.py"] + [tool.black] line-length = 88