Skip to content

Commit 866f805

Browse files
build: Remove license-files from pyproject.toml
This reverts commit 0cb7b0d. Most if not all build backends pick up files with standard names by default, especially `LICEN[CS]E*`. That's the case with setuptools: https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html No need to explicitly specify licence files, implicit is fine.
1 parent 6c7b155 commit 866f805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ 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"]
87
authors = [{name = "Adrien Vergé"}]
98
keywords = ["yaml", "lint", "linter", "syntax", "checker"]
109
classifiers = [

0 commit comments

Comments
 (0)