8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a64b5c commit 235e943Copy full SHA for 235e943
setup.py
@@ -3,11 +3,11 @@
3
name = 'ffmpeg-python',
4
packages = ['ffmpeg'],
5
version = '0.1.1',
6
- description = 'FFmpeg Python wrapper with support for complex filtering',
+ description = 'Python bindings for FFmpeg - with support for complex filtering',
7
author = 'Karl Kroening',
8
author_email = 'karlk@kralnet.us',
9
url = 'https://github.com/kkroening/ffmpeg-python',
10
- download_url = 'https://github.com/peterldowns/mypackage/archive/0.1.tar.gz',
+ download_url = 'https://github.com/kkroening/ffmpeg-python/archive/0.1.tar.gz',
11
keywords = [
12
'a/v',
13
'audio',
0 commit comments