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

add license info

This commit is contained in:
Kelly Brazil
2021-04-04 15:52:50 -07:00
parent 2c65d5eecc
commit e1f57be69e

View File

@ -33,6 +33,7 @@ class info():
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
website = 'https://github.com/kellyjonbrazil/jc' website = 'https://github.com/kellyjonbrazil/jc'
copyright = '© 2019-2021 Kelly Brazil' copyright = '© 2019-2021 Kelly Brazil'
license = 'MIT License'
__version__ = info.version __version__ = info.version
@ -293,6 +294,7 @@ def about_jc():
'author_email': info.author_email, 'author_email': info.author_email,
'website': info.website, 'website': info.website,
'copyright': info.copyright, 'copyright': info.copyright,
'license': info.license,
'parser_count': len(parser_list), 'parser_count': len(parser_list),
'parsers': parser_list 'parsers': parser_list
} }