summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml4
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 = [