From 1cfcb3888107249582da60f6e286a5beafbf67f9 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 18 Jan 2023 21:32:39 -0600 Subject: config-mgmt: T4942: add config_mgmt module and console script --- python/setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index e2d28bd6b..2d614e724 100644 --- a/python/setup.py +++ b/python/setup.py @@ -24,4 +24,9 @@ setup( "Topic :: Utilities", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", ], + entry_points={ + "console_scripts": [ + "config-mgmt = vyos.config_mgmt:run", + ], + }, ) -- cgit v1.2.3