From cb624eae3ee7be3587a92ea5522d0be67c23e390 Mon Sep 17 00:00:00 2001 From: cmyui Date: Mon, 27 Jul 2026 14:43:20 -0400 Subject: [PATCH] Exclude tests from built wheels via explicit package discovery --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad5bdb11..74de92c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,5 +25,9 @@ dependencies=[ Homepage = "https://github.com/pidgezero-one/smrpgpatchbuilder" Issues = "https://github.com/pidgezero-one/smrpgpatchbuilder/issues" +[tool.setuptools.packages.find] +where = ["src"] +include = ["smrpgpatchbuilder*"] + [tool.pytest.ini_options] addopts = "-v -s"