build: update license identifier according to the license notice in source files

pull/580/head
Nick Cao 2 years ago
parent b05e028c58
commit 81d194e368
No known key found for this signature in database

@ -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 = [

Loading…
Cancel
Save