From 181f29432ab6583215b6fc9cea02d5364c14a448 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Wed, 29 Nov 2023 16:05:08 +0100 Subject: [PATCH] fix entrypoint desination --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d7b14cc..5e54423 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,4 +35,4 @@ test = [options.entry_points] mara.commands = - pipelines = mara_pipelines.cli.mara_pipelines + pipelines = mara_pipelines.cli:mara_pipelines