Skip to content

Commit 32427bf

Browse files
No need for license-files in pyproject.toml
The default value is `LICEN[CS]E*` and covers `LICENSE`. https://flit.pypa.io/en/stable/pyproject_toml.html#new-style-metadata
1 parent c46db87 commit 32427bf

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
@@ -8,7 +8,6 @@ dynamic = ["version"]
88
description = "File-system specification"
99
readme = "README.md"
1010
license = "BSD-3-Clause"
11-
license-files = ["LICENSE"]
1211
requires-python = ">=3.9"
1312
maintainers = [{ name = "Martin Durant", email = "mdurant@anaconda.com" }]
1413
keywords = ["file"]

0 commit comments

Comments
 (0)