From 6388a74b3a5eaaff2144bf1b01a2e8335dbfc554 Mon Sep 17 00:00:00 2001 From: AmelieJB <117764795+AmelieJB@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:58:50 +0100 Subject: [PATCH] new publish.yml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5648650..f5f9778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,12 @@ exclude = [ "_resources/**" ] +[tool.hatch.build.targets.wheel] +packages = ["MorphoMapping/morphomapping"] +exclude = ["resources/raw_data/*"] + + + [project.urls] "Homepage" = "http://github.com/Wguido/MorphoMapping/" "BugTracker" = "http://github.com/Wguido/MorphoMapping/"