Skip to content

Commit 01877f3

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 c0135bd commit 01877f3

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
@@ -16,7 +16,6 @@ name = "setuptools-scm"
1616
description = "the blessed package to manage your versions by scm tags"
1717
readme = "README.md"
1818
license = "MIT"
19-
license-files = ["LICENSE"]
2019
authors = [
2120
{name="Ronny Pfannschmidt", email="[email protected]"}
2221
]

0 commit comments

Comments
 (0)