mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
setup fixes
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
__all__ = ['ifconfig',
|
__all__ = [
|
||||||
'ls',
|
'ifconfig',
|
||||||
'netstat']
|
'ls',
|
||||||
|
'netstat'
|
||||||
|
]
|
6
setup.py
6
setup.py
@ -9,11 +9,9 @@ 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=[
|
||||||
collections,
|
"ifconfigparser"
|
||||||
ifconfigparser,
|
|
||||||
json
|
|
||||||
],
|
],
|
||||||
license='MIT',
|
license="MIT",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
python_requires='~=3.4',
|
python_requires='~=3.4',
|
||||||
|
Reference in New Issue
Block a user