From e6d09f532a51f5d2dbbc59b1adc201d8d21798fe Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Wed, 27 Jun 2018 22:53:37 -0700 Subject: [PATCH] Update setup.py description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43d66a4..2d88f0a 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( setup_requires=['pytest-runner'], tests_require=['pytest', 'pytest-mock'], version=version, - description='Python bindings for FFmpeg - with support for complex filtering', + description='Python bindings for FFmpeg - with complex filtering support', author='Karl Kroening', author_email='karlk@kralnet.us', url='https://github.com/kkroening/ffmpeg-python',