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

change description

This commit is contained in:
Kelly Brazil
2022-07-19 08:46:34 -07:00
parent da631c8b22
commit 84337fe3d1

View File

@ -1,4 +1,4 @@
"""jc - JSON Convert URL parser
"""jc - JSON Convert URL string parser
Usage (cli):
@ -64,7 +64,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
description = 'URL parser'
description = 'URL string parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']