From 3b00fa66001801b606666ffc64a17c05e5fc7b8d Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Thu, 7 Dec 2023 15:13:06 +0100 Subject: [PATCH] and project entry_points --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ae242e4e..5e5092c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ install_requires = [options.entry_points] console_scripts = stix-pipeline-status = stixcore.processing.pipeline_status:main + stix-pipeline-monitor = stixcore.processing.pipeline_monitor:main stix-pipeline = stixcore.processing.pipeline:main stix-pipeline-cli = stixcore.processing.pipeline_cli:main stix-publish = stixcore.processing.publish:main