From 709c7c4c26562784a48595f1ace56b926b741904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Mon, 28 Oct 2024 14:25:02 +0100 Subject: [PATCH] fix pyproject classifier --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfd5290..5bfcadc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,7 @@ dependencies = [ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", - "License :: OSI Approved :: GNU Lesser General Public ", - "License v3 (LGPLv3)", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 3", "Operating System :: POSIX", "Topic :: Scientific/Engineering",