From fd3fd66a1db8925e5a9a3d34acdd213f49378877 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 30 Apr 2018 17:24:27 +0300 Subject: Add: notification service --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 70b684a..39a7977 100644 --- a/setup.py +++ b/setup.py @@ -49,12 +49,14 @@ setup( py_modules=[ 'ick_controller', 'artifact_store', + 'notification_service', ], packages=['ick2'], scripts=[ 'create-token', 'start_ick', 'start_artifact_store', + 'start_notification_service', 'icktool', 'worker_manager' ], -- cgit v1.2.1