From 11a6a00822e051e1f9b7dfd6df906e192421a17c Mon Sep 17 00:00:00 2001 From: Ang Wang Date: Mon, 24 Mar 2025 17:23:42 +0800 Subject: [PATCH] Add all py files in the subfolders under the "wan" directory through pattern matching (#271) --- 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