Skip to content

Commit 0587478

Browse files
committed
Ensure _apply_pyproject sets field on dist.metadata object not on dist
1 parent 0a4eb8b commit 0587478

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)