diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8556ccc --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "mlops-architecture" +version = "0.1.0" +requires-python = ">=3.10" + +[tool.pytest.ini_options] +pythonpath = ["."]