From 182490a349a3416f75d052223cf745365c241f0f Mon Sep 17 00:00:00 2001 From: Jeremy Stein Date: Sat, 21 Dec 2024 11:55:10 +0000 Subject: [PATCH] Need to expose the pytest_pixl module --- pytest-pixl/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]