Update setup.py with correct license version

This commit is contained in:
jaseg 2017-05-07 16:03:59 +02:00
parent 4168064ade
commit 56f3210494

View file

@ -9,5 +9,5 @@ setup(
url = 'https://github.com/jaseg/python-mpv',
author = 'jaseg',
author_email = 'github@jaseg.net',
license = 'AGPLv2'
license = 'AGPLv3'
)