From 8ee4242e3d8b0f873aca5384e75ce39752c773c2 Mon Sep 17 00:00:00 2001 From: DSR! Date: Tue, 26 Nov 2024 22:13:44 -0300 Subject: [PATCH] Fix setup classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c00e5f..14e0760 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ def readme(): "Programming Language :: Python :: 3", "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: LGPL-3.0 License", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", ], )