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/?a=commitdiff_plain;ds=inline;h=baaf876bd7ae2e43493917ab8a0d6b65d4c831de;p=osm%2FPOL.git 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=[