From 1f0725954569fb7da3261de0f14b7fd37b7af597 Mon Sep 17 00:00:00 2001 From: Minura Punchihewa Date: Tue, 18 Apr 2023 23:21:05 +0530 Subject: [PATCH] updated the license classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae09870..8002b2e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires=requirements, classifiers=( "Programming Language :: Python :: 3", - "License :: OSI Approved :: GPL-3.0 License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ), package_data={