diff --git a/app/backend/pyproject.toml b/app/backend/pyproject.toml index f9b0080..7ca3002 100644 --- a/app/backend/pyproject.toml +++ b/app/backend/pyproject.toml @@ -35,7 +35,7 @@ testpaths = ["tests"] py-modules = ["main"] [tool.setuptools.packages.find] -include = ["api*", "core*", "features*"] +include = ["api*", "core*", "features*", "operations*"] [build-system] requires = ["setuptools>=68", "wheel"]