fix:baocuoxiugai
This commit is contained in:
parent
2c5e30480e
commit
69a0992e69
|
|
@ -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 = ["."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue