diff --git a/pytest-pixl/pyproject.toml b/pytest-pixl/pyproject.toml index 2ffe3c92..0217ccd6 100644 --- a/pytest-pixl/pyproject.toml +++ b/pytest-pixl/pyproject.toml @@ -33,7 +33,7 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] dev-mode-dirs = [ - "src/pytest_pixl" + "src" ]