diff --git a/setup.py b/setup.py index 11af5c1..65278b8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "Operating System :: OS Independent", ], python_requires='>=3.6', - install_requires=['python-mpv', 'requests', 'python-mpv-jsonipc>=1.1.8', 'certifi'], + install_requires=['mpv', 'requests', 'python-mpv-jsonipc>=1.1.8', 'certifi'], include_package_data=True )