Merge pull request #3381 from ruben-arts/patch-1

Update license specification to SPDX format
This commit is contained in:
Nicolas Hennion 2025-12-20 09:20:22 +01:00 committed by GitHub
commit be5a92c7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
@ -30,7 +29,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"