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:
@ -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,
|
||||
|
Reference in New Issue
Block a user