summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-04-18 00:01:12 +0200
committerjaseg <git@jaseg.de>2022-04-18 00:01:12 +0200
commit80eaa1de9da4fb687418ae8a4cf8fb796b507eb8 (patch)
treeba89dd96ba89226d6e0babfb7744f8711c8a767e
parent6cc0b23114b18a1d37d7fc84f206826daadb1031 (diff)
downloadpython-mpv-80eaa1de9da4fb687418ae8a4cf8fb796b507eb8.tar.gz
python-mpv-80eaa1de9da4fb687418ae8a4cf8fb796b507eb8.tar.bz2
python-mpv-80eaa1de9da4fb687418ae8a4cf8fb796b507eb8.zip
setup.py: Update license information
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 978879b..b714916 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,8 @@ setup(
'Development Status :: 4 - Beta',
'Environment :: X11 Applications',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
+ 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+ 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Natural Language :: English',
'Operating System :: POSIX',
'Programming Language :: C',