diff --git a/setup.py b/setup.py index 8b496ab..7a0374b 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,7 @@ setup( name='ffprobe-python', version='1.0.3', - description=""" - A wrapper around ffprobe command to extract metadata from media files. - """, + description="A wrapper around ffprobe command to extract metadata from media files.", long_description=long_description, long_description_content_type="text/markdown", author='Simon Hargreaves',