From 315d72706e01036fe75abdd7e4c520a02195d6ec Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sat, 16 Nov 2024 11:24:11 -0700 Subject: [PATCH] changed pythonpaths to pythonpath --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80d31e4..6510f57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ minversion = "8.0" testpaths = [ "basicrta/tests", ] -pythonpaths = [ +pythonpath = [ "basicrta", "tests", "."