From 091a551ed046379f143f371595ed8c76820c2342 Mon Sep 17 00:00:00 2001 From: Jacques Supcik Date: Thu, 7 Oct 2021 16:23:33 +0200 Subject: [PATCH] Fix: Replace License with the valid GPLv3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd307e0..8941cdb 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def read(*names, **kwargs): # http://pypi.python.org/pypi?%3Aaction=list_classifiers 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU GENERAL PUBLIC LICENSE', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: Unix', 'Operating System :: POSIX', 'Operating System :: Microsoft :: Windows',