Skip to content

Commit 6227c54

Browse files
No need to explictly specify LICENSE file
Indeed setuptools will automatically pick up files with standard names, including `LICEN[CS]E*`: https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html
1 parent 3c60db9 commit 6227c54

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
@@ -10,7 +10,6 @@ authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
1010
readme = "README.md"
1111
requires-python = ">=3.7"
1212
license = "MIT"
13-
license-files = ["LICENSE"]
1413
keywords = [
1514
"automation",
1615
"flake8",

0 commit comments

Comments
 (0)