From 56f3210494e714e18b392448757a1d565145f111 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 7 May 2017 16:03:59 +0200 Subject: Update setup.py with correct license version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- cgit