1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

description formatting change

This commit is contained in:
Kelly Brazil
2020-02-05 11:34:33 -08:00
parent 7b53715b91
commit a2fd3202a0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import jc.parsers.universal
class info():
version = '1.0'
description = 'pip-list parser'
description = 'pip list parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'

View File

@ -43,7 +43,7 @@ import jc.utils
class info():
version = '1.0'
description = 'pip-show parser'
description = 'pip show parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'