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',