From bafbe94301fab3f4b442f6c4f3b11788118a646a Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 26 Oct 2021 11:41:27 +0000
Subject: [PATCH] L2SS-287: Add statistics_writer entrypoints to setup.cfg

---
 tangostationcontrol/setup.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg
index 529dde984..daee0edbf 100644
--- a/tangostationcontrol/setup.cfg
+++ b/tangostationcontrol/setup.cfg
@@ -43,6 +43,8 @@ console_scripts =
     l2ss-sst = tangostationcontrol.devices.sdp.sst:main
     l2ss-unb2 = tangostationcontrol.devices.unb2:main
     l2ss-xst = tangostationcontrol.devices.sdp.xst:main
+    l2ss-statistics-reader = tangostationcontrol.statistics_writer.statistics_reader:main
+    l2ss-statistics-writer = tangostationcontrol.statistics_writer.statistics_writer:main
 
 # The following entry points should eventually be removed / replaced
     l2ss-cold-start = tangostationcontrol.toolkit.lts_cold_start:main
-- 
GitLab