diff options
author | jaseg <git@jaseg.de> | 2023-02-27 10:26:42 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-02-27 10:26:59 +0100 |
commit | d34b6252f7c3a02e9bcde8f690c0c8e941ef898d (patch) | |
tree | ca1df32e419f60740544659eb940ad19a8ab8034 /README.rst | |
parent | 7343604f10d8e057d084955d4620815cc1b49f2c (diff) | |
download | python-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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |