From 0a2bde0609719a4c184a9816f68eabda869476ff Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Fri, 21 Feb 2020 12:47:18 +0100 Subject: [PATCH] Fix licence classifier string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 194cc74..e5b35c3 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "License :: OSI Approved :: GPLv3 License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ], python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",