README: rst syntax fix because I can't rst
This commit is contained in:
parent
36404a2a40
commit
3fa1b62d4d
2 changed files with 4 additions and 5 deletions
|
|
@ -9,13 +9,12 @@ features of the player, just as the lua interface does.
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Via PyPI
|
|
||||||
~~~~~~~~
|
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install python-mpv
|
pip install python-mpv
|
||||||
|
|
||||||
...though you can also realistically just copy `mpv.py`_ into your project as it's all nicely contained in one file.
|
|
||||||
|
...though you can also realistically just copy `mpv.py`_ into your project as it's all nicely contained in one file.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
|
||||||
2
setup.py
2
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',
|
version = '0.2.1',
|
||||||
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