summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-02-27 10:26:42 +0100
committerjaseg <git@jaseg.de>2023-02-27 10:26:59 +0100
commitd34b6252f7c3a02e9bcde8f690c0c8e941ef898d (patch)
treeca1df32e419f60740544659eb940ad19a8ab8034 /README.rst
parent7343604f10d8e057d084955d4620815cc1b49f2c (diff)
downloadpython-mpv-d34b6252f7c3a02e9bcde8f690c0c8e941ef898d.tar.gz
python-mpv-d34b6252f7c3a02e9bcde8f690c0c8e941ef898d.tar.bz2
python-mpv-d34b6252f7c3a02e9bcde8f690c0c8e941ef898d.zip
Move to new old pypi project name
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1f61efe..fdf220e 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ Installation
.. 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.