mirror of https://github.com/nicolargo/glances.git
Merge pull request #3381 from ruben-arts/patch-1
Update license specification to SPDX format
This commit is contained in:
commit
be5a92c7e6
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue