We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4d9f4 commit e6861bbCopy full SHA for e6861bb
bin/cibw_repair_wheel_licenses.py
@@ -196,7 +196,7 @@ def brackets(s: str) -> str:
196
raise ValueError("Could not find License-File in METADATA")
197
198
index = lines.index(license_files_lines[-1]) + 1
199
- new_lines = [f"License-File: {f}\n" for f in license_files]
+ new_lines = [f"License-File: {f}\n" for f in license_files.values()]
200
lines = lines[:index] + new_lines + lines[index:]
201
202
print("Writing out METADATA with updated License-Expression and License-File fields")
0 commit comments