From f8feec811969d1b46fb43f9cf79ad1b97715eaa9 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 5 Jan 2019 09:51:39 -0800 Subject: [PATCH] Update setup.py Changed descrption to sell the module a little better --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 345f7cb..650091f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='wavinfo', version='1.1', author='Jamie Hardt', author_email='jamiehardt@me.com', - description='WAVE sound file metadata parser.', + description='Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.', long_description_content_type="text/markdown", long_description=long_description, url='https://github.com/iluvcapra/wavinfo',