From 5e7cf3f315f3efaf4e06e6769af7b8ceb2cbf21d Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 10 Mar 2026 13:21:29 +0000 Subject: [PATCH] Refactor setuptools configuration to use package finding options --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3579aeb..771c230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,8 +62,9 @@ dev = [ [project.scripts] pymc-repeater = "repeater.main:main" -[tool.setuptools] -packages = ["repeater"] +[tool.setuptools.packages.find] +where = ["."] +include = ["repeater*"] [tool.setuptools.package-data] repeater = [