build: Fix license identifier according to license notice in source files

This commit is contained in:
Nick Cao
2023-06-22 22:43:36 +08:00
committed by GitHub
parent b05e028c58
commit 7f2c071545

View File

@@ -3,7 +3,7 @@ name = "yamllint"
description = "A linter for YAML files."
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.7"
license = {text = "GPL-3.0-only"}
license = {text = "GPL-3.0-or-later"}
authors = [{name = "Adrien Vergé"}]
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
classifiers = [