From 69a0992e69cf1a28eb22425ee1d050f3946bac26 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 22 Jul 2026 09:31:29 +0800 Subject: [PATCH] fix:baocuoxiugai --- backend/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d0da474..8a231e1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -21,6 +21,10 @@ dev = [ "pytest>=8.0", ] +[tool.setuptools.packages.find] +include = ["app*"] +exclude = ["storage*", "tests*", "dist*"] + [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]