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 /pyproject.toml | |
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 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |