From 97a886acba17ab028d14c61b369a9aa52aac481c Mon Sep 17 00:00:00 2001 From: Leo Schick <67712864+leo-schick@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:54:13 +0100 Subject: [PATCH] add mara.commands entrypoint (#108) * add mara.commands entrypoint * move entrypoints to setup.cfg * fix entrypoint desination --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 04a7ad9..5e54423 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,3 +32,7 @@ test = pytest-dependency mara_app>=1.5.2 mara-db[postgres,mssql] + +[options.entry_points] +mara.commands = + pipelines = mara_pipelines.cli:mara_pipelines