From dd2aecad2787186b3962723086bb7e13eff4874f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 4 Feb 2020 21:37:07 -0800 Subject: [PATCH] description update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d316a499..c32b3a18 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( 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.', + description='This tool serializes the output of popular command line tools and filetypes to structured JSON output.', install_requires=[ 'ifconfig-parser>=0.0.5', 'ruamel.yaml>=0.15.0',