vlc/python | branch: master | Olivier Aubert <[email protected]> | Sat Sep 5 23:09:08 2015 +0200| [daf8ea808b7e828880b6319ac231e2c2d46efa66] | committer: Olivier Aubert
Fix email address > http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=daf8ea808b7e828880b6319ac231e2c2d46efa66 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9013ac8..ce8182e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ else: setup(name='python-vlc', version = '1.1.0', author='Olivier Aubert', - author_email='[email protected]', + author_email='[email protected]', url='http://wiki.videolan.org/PythonBinding', py_modules=['vlc'], keywords = [ 'vlc', 'video' ], _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
