From 8719d96bddec80187e7ba3286ba93bfec8465744 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 20 Jul 2020 16:54:43 -0700 Subject: [PATCH] change description --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index 1acd599e..34701399 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -22,7 +22,7 @@ import jc.appdirs as appdirs class info(): version = '1.13.0' - description = 'JSON conversion tool for CLI output' + description = 'JSON CLI output utility' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'