mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-13 20:04:04 +02:00
setup for 1.7.1
This commit is contained in:
5
setup.py
5
setup.py
@@ -5,12 +5,13 @@ with open('README.md', 'r') as f:
|
||||
|
||||
setuptools.setup(
|
||||
name='jc',
|
||||
version='1.6.1',
|
||||
version='1.7.1',
|
||||
author='Kelly Brazil',
|
||||
author_email='kellyjonbrazil@gmail.com',
|
||||
description='This tool serializes the output of popular command line tools to structured JSON output.',
|
||||
install_requires=[
|
||||
'ifconfig-parser>=0.0.5'
|
||||
'ifconfig-parser>=0.0.5',
|
||||
'ruamel.yaml>=0.15.0'
|
||||
],
|
||||
license='MIT',
|
||||
long_description=long_description,
|
||||
|
Reference in New Issue
Block a user