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__ = [
|
||||
'ifconfig',
|
||||
'ls',
|
||||
'netstat']
|
||||
'netstat'
|
||||
]
|
6
setup.py
6
setup.py
@ -9,11 +9,9 @@ setuptools.setup(
|
||||
author="Kelly Brazil",
|
||||
description="This tool serializes the output of popular command line tools to structured JSON output.",
|
||||
install_requires=[
|
||||
collections,
|
||||
ifconfigparser,
|
||||
json
|
||||
"ifconfigparser"
|
||||
],
|
||||
license='MIT',
|
||||
license="MIT",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
python_requires='~=3.4',
|
||||
|
Reference in New Issue
Block a user