Skip to content

Commit 2698ca4

Browse files
author
Yuki Kobayashi
authored
build: Fix deprecated license specification format
1 parent f190f2d commit 2698ca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name = "yamllint"
33
description = "A linter for YAML files."
44
readme = {file = "README.rst", content-type = "text/x-rst"}
55
requires-python = ">=3.9"
6-
license = {text = "GPL-3.0-or-later"}
6+
license = "GPL-3.0-or-later"
77
authors = [{name = "Adrien Vergé"}]
88
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"Environment :: Console",
1212
"Intended Audience :: Developers",
13-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1413
"Programming Language :: Python",
1514
"Topic :: Software Development",
1615
"Topic :: Software Development :: Debuggers",

0 commit comments

Comments
 (0)