summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2017-05-07 16:03:59 +0200
committerjaseg <git@jaseg.net>2017-05-07 16:03:59 +0200
commit56f3210494e714e18b392448757a1d565145f111 (patch)
tree326571047bfbdc7924d55563ffaa4a2a096d6a05 /setup.py
parent4168064adee8227b193c2d9ef799cdcc8fde5aa9 (diff)
downloadpython-mpv-56f3210494e714e18b392448757a1d565145f111.tar.gz
python-mpv-56f3210494e714e18b392448757a1d565145f111.tar.bz2
python-mpv-56f3210494e714e18b392448757a1d565145f111.zip
Update setup.py with correct license version
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a527aa0..79b9b71 100755
--- a/setup.py
+++ b/setup.py
@@ -9,5 +9,5 @@ setup(
url = 'https://github.com/jaseg/python-mpv',
author = 'jaseg',
author_email = 'github@jaseg.net',
- license = 'AGPLv2'
+ license = 'AGPLv3'
)