Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -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',
Expand Down