Move to new old pypi project name
This commit is contained in:
parent
7343604f10
commit
d34b6252f7
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ Installation
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install python-mpv
|
pip install 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.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
||||||
py-modules = ['mpv']
|
py-modules = ['mpv']
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "python-mpv"
|
name = "mpv"
|
||||||
version = "v1.0.2"
|
version = "v1.0.2"
|
||||||
description = "A python interface to the mpv media player"
|
description = "A python interface to the mpv media player"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue