chore: exclude test files from wheel

This commit is contained in:
Brian Krabach
2026-04-04 14:23:56 -07:00
parent 8c0b9073d0
commit 94dbdb6a3a
+1
View File
@@ -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"]