diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d0da474..8a231e1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -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 = ["."]