mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix requirements
This commit is contained in:
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ setuptools.setup(
|
|||||||
author='Kelly Brazil',
|
author='Kelly Brazil',
|
||||||
description='This tool serializes the output of popular command line tools to structured JSON output.',
|
description='This tool serializes the output of popular command line tools to structured JSON output.',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'ifconfigparser'
|
'ifconfig-parser'
|
||||||
],
|
],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Reference in New Issue
Block a user