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

fix requirements

This commit is contained in:
Kelly Brazil
2019-10-16 08:27:24 -07:00
parent 49ce9f13e8
commit 3652e51693

View File

@ -9,7 +9,7 @@ setuptools.setup(
author='Kelly Brazil',
description='This tool serializes the output of popular command line tools to structured JSON output.',
install_requires=[
'ifconfigparser'
'ifconfig-parser'
],
license='MIT',
long_description=long_description,