vlc/python | branch: master | Olivier Aubert <[email protected]> | 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",

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to