From 51b4ee97ea1e3259849b80490f841d1cf5016232 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Wed, 3 Apr 2024 08:50:34 +0200 Subject: [PATCH] fix error in pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3771f81..ed44544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,3 @@ test = ["coverage"] "Homepage" = "https://github.com/SimonBlanke/search-data-explorer" "Bug Reports" = "https://github.com/SimonBlanke/search-data-explorer/issues" "Source" = "https://github.com/SimonBlanke/search-data-explorer" - -[tool.pytest.ini_options] -pythonpath = "src" \ No newline at end of file