E589 build: Add license-files to pyproject.toml · adrienverge/yamllint@0cb7b0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cb7b0d

Browse files
build: Add license-files to pyproject.toml
1 parent 6d64d61 commit 0cb7b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "A linter for YAML files."
44
readme = {file = "README.rst", content-type = "text/x-rst"}
55
requires-python = ">=3.9"
66
license = "GPL-3.0-or-later"
7+
license-files = ["LICENSE"]
78
authors = [{name = "Adrien Vergé"}]
89
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
910
classifiers = [

0 commit comments

Comments
 (0)
0