diff --git a/services/ml/pyproject.toml b/services/ml/pyproject.toml index 3e10b05..f56f6be 100644 --- a/services/ml/pyproject.toml +++ b/services/ml/pyproject.toml @@ -29,4 +29,4 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["."] -include = ["app*", "features*", "training*", "inference*"] +include = ["app*", "features*", "training*"]