diff options
author | jaseg <git@jaseg.de> | 2023-02-26 12:48:17 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-02-26 12:48:34 +0100 |
commit | 2f117e0ec78a7497278e0f2521d03fa88e961a00 (patch) | |
tree | cd8fde6331d70cfefa3a7bfd5a16fc0a2ba09227 | |
parent | 5fbdccc89f60c9e3c2967a1966fac57f6566fa54 (diff) | |
download | python-mpv-2f117e0ec78a7497278e0f2521d03fa88e961a00.tar.gz python-mpv-2f117e0ec78a7497278e0f2521d03fa88e961a00.tar.bz2 python-mpv-2f117e0ec78a7497278e0f2521d03fa88e961a00.zip |
Update package metadata
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 05f6090..67a2565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ name = "python-mpv" version = "1.0.1" description = "A python interface to the mpv media player" readme = "README.rst" -authors = [{name = "jaseg", email = "github@jaseg.net"}] -license = {text = "GPLv3+"} +authors = [{name = "jaseg", email = "mpv@jaseg.de"}] +license = {text = "GPLv2+ or LGPLv2.1+"} requires-python = ">=3.7" keywords = ['mpv', 'library', 'video', 'audio', 'player', 'display', 'multimedia'] classifiers = [ |