mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Fix things in setup.py
This commit is contained in:
parent
9a64b5ce9b
commit
235e943ba3
4
setup.py
4
setup.py
@ -3,11 +3,11 @@ setup(
|
|||||||
name = 'ffmpeg-python',
|
name = 'ffmpeg-python',
|
||||||
packages = ['ffmpeg'],
|
packages = ['ffmpeg'],
|
||||||
version = '0.1.1',
|
version = '0.1.1',
|
||||||
description = 'FFmpeg Python wrapper with support for complex filtering',
|
description = 'Python bindings for FFmpeg - with support for complex filtering',
|
||||||
author = 'Karl Kroening',
|
author = 'Karl Kroening',
|
||||||
author_email = 'karlk@kralnet.us',
|
author_email = 'karlk@kralnet.us',
|
||||||
url = 'https://github.com/kkroening/ffmpeg-python',
|
url = 'https://github.com/kkroening/ffmpeg-python',
|
||||||
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',
|
||||||
keywords = [
|
keywords = [
|
||||||
'a/v',
|
'a/v',
|
||||||
'audio',
|
'audio',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user