From 28cbca53d132d4a0108a0da1cc052ba19dce5d15 Mon Sep 17 00:00:00 2001 From: Aurore Finco Date: Thu, 23 Oct 2025 16:38:52 +0200 Subject: [PATCH] Configure wheel build target in pyproject.toml Add wheel build target configuration for pymodaq_plugins_template. --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ba24200..81c576d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,3 +61,7 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" +# probably not the right place to put it +[tool.hatch.build.targets.wheel] +packages = ["src/pymodaq_plugins_template"] +