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

add parser version info

This commit is contained in:
Kelly Brazil
2019-12-14 23:21:47 -08:00
parent e16bc7e882
commit da1d087452

View File

@ -97,6 +97,7 @@ def about_jc():
if hasattr(parser_map[parser], 'info'):
parser_entry = {
'name': parser_map[parser].__name__.split('.')[-1],
'version': parser_map[parser].info.version,
'description': parser_map[parser].info.description,
'author': parser_map[parser].info.author,
'author_email': parser_map[parser].info.author_email,