Update license specification to SPDX format

Using the format specified in: https://spdx.org/licenses/
This commit is contained in:
Ruben Arts 2025-12-19 10:04:07 +01:00 committed by GitHub
parent 7b22761c75
commit 8408a35100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPL-3.0-only)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
@ -30,7 +30,7 @@ dependencies = [
description = "A cross-platform curses-based monitoring tool"
dynamic = ["version"]
keywords = ["cli", "curses", "monitoring", "system"]
license = {text = "LGPLv3"}
license = "LGPL-3.0-only"
name = "Glances"
readme = "README-pypi.rst"
requires-python = ">=3.9"