diff --git a/pyproject.toml b/pyproject.toml index a4d2a665..f8731342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]