[vlc-commits] python bindings: fix description
    Olivier Aubert 
    git at videolan.org
       
    Thu Jan  4 23:46:11 CET 2018
    
    
  
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Sun Oct 22 21:31:46 2017 +0200| [57b54bab7264198db39018b943e262063ac90542] | committer: Olivier Aubert
python bindings: fix description
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=57b54bab7264198db39018b943e262063ac90542
---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index 60ec873..ceb38ee 100644
--- a/setup.py
+++ b/setup.py
@@ -47,10 +47,8 @@ setup(name='python-vlc-generator',
           "Topic :: Multimedia :: Video",
           "Topic :: Software Development :: Code Generators"
       ],
-      description = "VLC bindings for python.",
-      long_description = """VLC bindings generator for python.
-
-      This module provides the bindings generator for the native
+      description = "VLC python bindings generator.",
+      long_description = """This module provides the bindings generator for the native
       libvlc API (see http://wiki.videolan.org/LibVLC) of the VLC
       video player.
       """)
    
    
More information about the vlc-commits
mailing list