diff --git a/sagemaker-mlops/pyproject.toml b/sagemaker-mlops/pyproject.toml index 1ec3540758..598b4459c0 100644 --- a/sagemaker-mlops/pyproject.toml +++ b/sagemaker-mlops/pyproject.toml @@ -65,7 +65,7 @@ version = { file = "VERSION"} [tool.setuptools.packages.find] where = ["src"] include = ["sagemaker*"] -namespaces = true +namespaces = false [tool.pytest.ini_options] testpaths = ["tests"]