Re: [PATCH 6/6] python: add entry point for aqmp-tui

2021-07-07 Thread John Snow
On Fri, Jul 2, 2021 at 5:26 PM G S Niteesh Babu wrote: > Add an entry point for aqmp-tui. This will allow it to be run from > the command line using "aqmp-tui -a localhost:1234" > > Signed-off-by: G S Niteesh Babu > --- > python/setup.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a

[PATCH 6/6] python: add entry point for aqmp-tui

2021-07-02 Thread G S Niteesh Babu
Add an entry point for aqmp-tui. This will allow it to be run from the command line using "aqmp-tui -a localhost:1234" Signed-off-by: G S Niteesh Babu --- python/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.cfg b/python/setup.cfg index 4782fe5241..23e30185f4 100644