fix:baocuoxiugai
This commit is contained in:
parent
2c5e30480e
commit
69a0992e69
|
|
@ -21,6 +21,10 @@ dev = [
|
||||||
"pytest>=8.0",
|
"pytest>=8.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["app*"]
|
||||||
|
exclude = ["storage*", "tests*", "dist*"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
pythonpath = ["."]
|
pythonpath = ["."]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue