[vlc-commits] Update setup.py with trove classifiers

Olivier Aubert git at videolan.org
Thu Nov 5 23:55:13 CET 2015


vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Thu Nov  5 23:24:28 2015 +0100| [b3b1e6fa831d7b27c2d4a0ae64000207aea3bd42] | committer: Olivier Aubert

Update setup.py with trove classifiers

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=b3b1e6fa831d7b27c2d4a0ae64000207aea3bd42
---

 setup.py |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/setup.py b/setup.py
index 3df31b7..ef96cd7 100644
--- a/setup.py
+++ b/setup.py
@@ -23,10 +23,28 @@ setup(name='python-vlc',
       version = '1.1.1',
       author='Olivier Aubert',
       author_email='contact at olivieraubert.net',
+      maintainer='Olivier Aubert',
+      maintainer_email='contact at olivieraubert.net',
       url='http://wiki.videolan.org/PythonBinding',
       py_modules=['vlc'],
       keywords = [ 'vlc', 'video' ],
       license = "GPL",
+      classifiers = [
+          "Development Status :: 5 - Production/Stable",
+          "Intended Audience :: Developers",
+          "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
+          "Operating System :: MacOS :: MacOS X",
+          "Operating System :: Microsoft :: Windows",
+          "Operating System :: POSIX :: Linux",
+          "Operating System :: POSIX :: Other",
+          "Programming Language :: Python",
+          "Programming Language :: Python :: 2",
+          "Programming Language :: Python :: 3",
+          "Topic :: Multimedia",
+          "Topic :: Multimedia :: Sound/Audio",
+          "Topic :: Multimedia :: Video",
+          "Topic :: Software Development :: Code Generators"
+      ],
       description = "VLC bindings for python.",
       long_description = """VLC bindings for python.
 



More information about the vlc-commits mailing list