Fix setuptools flat-layout package discovery
This commit is contained in:
parent
0800f8d35f
commit
7f302760ef
1 changed files with 16 additions and 0 deletions
|
|
@ -22,6 +22,22 @@ dev = [
|
|||
[project.scripts]
|
||||
core = "core.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = [
|
||||
"algebra*",
|
||||
"chat*",
|
||||
"core*",
|
||||
"field*",
|
||||
"generate*",
|
||||
"ingest*",
|
||||
"language_packs*",
|
||||
"persona*",
|
||||
"session*",
|
||||
"vault*",
|
||||
"vocab*",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue