summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 2 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.
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"