From 8f99ab295cd15718b98781707def97539ad41920 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 16 Dec 2019 09:08:47 -0800 Subject: [PATCH] info update --- jc/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/cli.py b/jc/cli.py index b5d4c712..8943bfaf 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -70,7 +70,7 @@ parser_map = { class info(): version = '1.6.1' - description = 'jc cli' + description = 'jc cli output JSON conversion tool' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' @@ -104,7 +104,7 @@ def about_jc(): parser_list.append(info_dict) return { - 'name': __name__, + 'name': 'jc', 'version': info.version, 'description': info.description, 'author': info.author,