diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/pyproject.toml b/pyproject.toml index 769a2c5..e5cd96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" |