1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +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(): class info():
version = '1.6.1' version = '1.6.1'
description = 'jc cli' description = 'jc cli output JSON conversion tool'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
@ -104,7 +104,7 @@ def about_jc():
parser_list.append(info_dict) parser_list.append(info_dict)
return { return {
'name': __name__, 'name': 'jc',
'version': info.version, 'version': info.version,
'description': info.description, 'description': info.description,
'author': info.author, 'author': info.author,