From 5bf5f0b7536086f18b95a6c1b69e995087e22660 Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Sat, 24 May 2025 11:35:55 -0400 Subject: [PATCH] Test wheel packaging fix. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 940540c..bb8b37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,7 @@ include = [ sources = ["src"] [tool.hatch.build.targets.wheel] -sources = ["src"] -packages = ["pytest_tap"] +packages = ["src/pytest_tap"] [tool.pytest.ini_options] pythonpath = [".", "src"]