1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

info update

This commit is contained in:
Kelly Brazil
2019-12-16 09:08:47 -08:00
parent 882310e268
commit 8f99ab295c

View File

@ -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,