[vlc-commits] Fix email address
Olivier Aubert
git at videolan.org
Sat Sep 5 23:09:58 CEST 2015
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | 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='olivier.aubert at liris.cnrs.fr',
+ author_email='contact at olivieraubert.net',
url='http://wiki.videolan.org/PythonBinding',
py_modules=['vlc'],
keywords = [ 'vlc', 'video' ],
More information about the vlc-commits
mailing list