Version 1.0.0
This commit is contained in:
parent
bd46633641
commit
f20d0f50ee
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name = 'python-mpv',
|
name = 'python-mpv',
|
||||||
version = '0.5.1',
|
version = '1.0.0',
|
||||||
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',
|
||||||
|
|
@ -19,7 +19,7 @@ setup(
|
||||||
'multimedia'],
|
'multimedia'],
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 5 - Production / Stable',
|
||||||
'Environment :: X11 Applications',
|
'Environment :: X11 Applications',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
|
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue