From: Benjamin Diaz Date: Fri, 31 May 2019 14:47:34 +0000 (-0300) Subject: Adds missing healthcheck command to setup.py X-Git-Tag: v6.0.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FPOL.git;a=commitdiff_plain;h=refs%2Fchanges%2F91%2F7591%2F2 Adds missing healthcheck command to setup.py bug 716 Change-Id: I63df0ee76b48722fdba480db851cda3a502702c4 Signed-off-by: Benjamin Diaz --- diff --git a/setup.py b/setup.py index 5b3bcb1..8ebc49d 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup( entry_points={ "console_scripts": [ "osm-policy-agent = osm_policy_module.cmd.policy_module_agent:main", + "osm-pol-healthcheck = osm_policy_module.cmd.policy_module_healthcheck:main", ] }, dependency_links=[