Relase 0.2.3: Include Python 3.5 in package metadata
This commit is contained in:
parent
027b25d693
commit
c34d94a081
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
setup(
|
setup(
|
||||||
name = 'python-mpv',
|
name = 'python-mpv',
|
||||||
version = '0.2.2',
|
version = '0.2.3',
|
||||||
py_modules = ['mpv'],
|
py_modules = ['mpv'],
|
||||||
description = ('A python interface to the mpv media player'),
|
description = ('A python interface to the mpv media player'),
|
||||||
url = 'https://github.com/jaseg/python-mpv',
|
url = 'https://github.com/jaseg/python-mpv',
|
||||||
|
|
@ -23,6 +23,7 @@ setup(
|
||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
'Programming Language :: C',
|
'Programming Language :: C',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
'Topic :: Multimedia :: Sound/Audio :: Players',
|
'Topic :: Multimedia :: Sound/Audio :: Players',
|
||||||
'Topic :: Multimedia :: Video :: Display' ]
|
'Topic :: Multimedia :: Video :: Display' ]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue