From f89635b201278accb823a4793618dab6d9b291cd Mon Sep 17 00:00:00 2001 From: songsenand Date: Sat, 14 Feb 2026 15:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20package-data=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A5=E5=8C=85=E5=90=AB=20trainer=20=E5=92=8C=20su?= =?UTF-8?q?input=20=E6=A8=A1=E5=9D=97=E7=9A=84=E9=A2=9D=E5=A4=96=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e85c396..9a28047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,3 +40,7 @@ package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"] + +[tool.setuptools.package-data] +trainer = ["eval_dataset/*"] +suinput = ["data/*"]