From 70781bce8d2c18c8292a89653b6183d2bb210441 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 13:23:44 +0200 Subject: Run source checkout without PYTHONPATH --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f3455c5..baec27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,13 @@ parleyctl = "parley.ctl:main" "parley.interfaces" = ["*.xml"] [tool.setuptools.packages.find] -where = ["src"] +where = ["."] +include = ["parley*"] [tool.pytest.ini_options] testpaths = ["tests"] [tool.ruff.lint.per-file-ignores] -"src/parley/ctl.py" = ["E402"] -"src/parley/daemon.py" = ["E402"] -"src/parley/ibus_engine.py" = ["E402"] +"parley/ctl.py" = ["E402"] +"parley/daemon.py" = ["E402"] +"parley/ibus_engine.py" = ["E402"] -- cgit v1.3.1