Commit 318d39ac authored by Olivier Aubert's avatar Olivier Aubert

mediacontrol-python: rename vlcdebug to vlcwrapper

parent e36d0394
...@@ -89,7 +89,7 @@ vlclocal = Extension('vlc', ...@@ -89,7 +89,7 @@ vlclocal = Extension('vlc',
setup (name = 'MediaControl', setup (name = 'MediaControl',
version = get_vlc_version(), version = get_vlc_version(),
scripts = [ os.path.join( srcdir, 'vlcdebug.py') ], scripts = [ os.path.join( srcdir, 'vlcwrapper.py') ],
keywords = [ 'vlc', 'video' ], keywords = [ 'vlc', 'video' ],
license = "GPL", license = "GPL",
description = """VLC bindings for python. description = """VLC bindings for python.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment