diff --git a/pyproject.toml b/pyproject.toml index 44b3201..fafd871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ exclude = ["docs/", "tests/"] [tool.coverage.run] # Configuration of [coverage.py](https://coverage.readthedocs.io) # reporting which lines of your plugin are covered by tests -source = ["aiida_lammps"] +source = ["src/aiida_lammps"] [tool.isort] skip = ["venv"]