Skip to content

Commit 0d0d516

Browse files
authored
Ensure _apply_pyproject sets field on dist.metadata object not on dist (#4834)
2 parents 0a4eb8b + 0587478 commit 0d0d516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/config/_apply_pyprojecttoml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def _acessor(obj):
423423
"provides_extras",
424424
"license_file",
425425
"license_files",
426+
"license_expression",
426427
}
427428

428429
_PREPROCESS = {

0 commit comments

Comments
 (0)