diff options
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"] |
