Move to new old pypi project name

This commit is contained in:
jaseg 2023-02-27 10:26:42 +01:00
parent 7343604f10
commit d34b6252f7
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
py-modules = ['mpv']
[project]
name = "python-mpv"
name = "mpv"
version = "v1.0.2"
description = "A python interface to the mpv media player"
readme = "README.rst"