Skip to content

Commit c445386

Browse files
authored
Restore LICENSE in sdist via PEP 639 license-files (#9341)
Fixes #9339 #9231 moved to the SPDX `license = "Apache-2.0"` expression but didn't add `license-files`, and uv_build doesn't glob `LICENSE*` by default, so the 0.23.2 sdist shipped without one.
1 parent c5e88fa commit c445386

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies = [
5555
]
5656
readme = "README.md"
5757
license = "Apache-2.0"
58+
license-files = ["LICENSE"]
5859
requires-python = ">=3.10"
5960
classifiers = [
6061
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)