build: Fix license identifier according to license notice in source files
This commit is contained in:
@@ -3,7 +3,7 @@ name = "yamllint"
|
|||||||
description = "A linter for YAML files."
|
description = "A linter for YAML files."
|
||||||
readme = {file = "README.rst", content-type = "text/x-rst"}
|
readme = {file = "README.rst", content-type = "text/x-rst"}
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
license = {text = "GPL-3.0-only"}
|
license = {text = "GPL-3.0-or-later"}
|
||||||
authors = [{name = "Adrien Vergé"}]
|
authors = [{name = "Adrien Vergé"}]
|
||||||
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
|
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user