From e60b1a114ec4dad6a0cd6240d48256d622904a3e Mon Sep 17 00:00:00 2001 From: David Rusu Date: Sun, 22 Feb 2026 14:48:14 +0400 Subject: [PATCH] add root to pythonpath --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c4f8a0..7cd6efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires = ["setuptools>=64"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] -where = ["src"] +where = ["src", "."] [tool.pyright] include = ["src"]