diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
| commit | 70781bce8d2c18c8292a89653b6183d2bb210441 (patch) | |
| tree | 8057692c9a5bdab5d926b60c1221cd58a2a4a178 /pyproject.toml | |
| parent | 7bcb41306a944160a58393c50593f25767649f59 (diff) | |
Run source checkout without PYTHONPATH
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 5 insertions, 4 deletions
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"] |
