From 92ff5adb13271d0b922078e7ac46184eb9b774d7 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sat, 30 May 2020 14:55:30 +0100 Subject: [PATCH] fix pypi license classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2a14fb..ce5afd7 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def build_extensions(self): 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Natural Language :: English', - 'OSI Approved :: GNU General Public License v2 (GPLv2)', + 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Programming Language :: Python :: 3', 'Operating System :: Microsoft :: Windows', 'Topic :: Multimedia :: Graphics',