fix:baocuoxiugai

This commit is contained in:
shijing 2026-07-22 09:31:29 +08:00
parent 2c5e30480e
commit 69a0992e69
1 changed files with 4 additions and 0 deletions

View File

@ -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 = ["."]