8000 Fix things in setup.py · Powercoder64/ffmpeg-python@235e943 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235e943

Browse files
committed
Fix things in setup.py
1 parent 9a64b5c commit 235e943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
name = 'ffmpeg-python',
44
packages = ['ffmpeg'],
55
version = '0.1.1',
6-
description = 'FFmpeg Python wrapper with support for complex filtering',
6+
description = 'Python bindings for FFmpeg - with support for complex filtering',
77
author = 'Karl Kroening',
88
author_email = 'karlk@kralnet.us',
99
url = 'https://github.com/kkroening/ffmpeg-python',
10-
download_url = 'https://github.com/peterldowns/mypackage/archive/0.1.tar.gz',
10+
download_url = 'https://github.com/kkroening/ffmpeg-python/archive/0.1.tar.gz',
1111
keywords = [
1212
'a/v',
1313
'audio',

0 commit comments

Comments
 (0)
0