Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f229268d4d |
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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 = '0.5.2',
|
||||||
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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue