From 94dbdb6a3a793a9ec3d50495a2fa84e7b3b53aca Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Sat, 4 Apr 2026 14:23:56 -0700 Subject: [PATCH] chore: exclude test files from wheel --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4f45926..3dffe07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ Issues = "https://github.com/bkrabach/muxplex/issues" [tool.hatch.build.targets.wheel] packages = ["muxplex"] +exclude = ["muxplex/tests", "muxplex/frontend/tests"] [tool.pytest.ini_options] testpaths = ["muxplex/tests"]