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

fix local plugin parser issue where parser has .py in the name but it is not at the end

This commit is contained in:
Kelly Brazil
2021-06-28 08:04:46 -07:00
parent c521ca5bc9
commit 3b22ce4110
6 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup(
name='jc',
version='1.15.5',
version='1.15.6',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='Converts the output of popular command-line tools and file-types to JSON.',