[vlc-commits] python: fix license info in setup.py
Olivier Aubert
git at videolan.org
Sat Oct 6 22:55:16 CEST 2018
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Sat Oct 6 20:16:56 2018 +0200| [414ebe237d70025af35caf18e55555a8c999160a] | committer: Olivier Aubert
python: fix license info in setup.py
Closes #67
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=414ebe237d70025af35caf18e55555a8c999160a
---
generator/templates/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/templates/setup.py b/generator/templates/setup.py
index ebfef37..092311a 100644
--- a/generator/templates/setup.py
+++ b/generator/templates/setup.py
@@ -12,7 +12,7 @@ setup(name='python-vlc',
url='http://wiki.videolan.org/PythonBinding',
py_modules=['vlc'],
keywords = [ 'vlc', 'video' ],
- license = "GPL",
+ license = "LGPL-2.1+",
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
More information about the vlc-commits
mailing list