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 578d630 commit 35365c6Copy full SHA for 35365c6
setuptools/command/bdist_wheel.py
@@ -184,9 +184,7 @@ class bdist_wheel(Command):
184
(
185
"compression=",
186
None,
187
- "zipfile compression (one of: {}) [default: 'deflated']".format(
188
- ", ".join(supported_compressions)
189
- ),
+ f"zipfile compression (one of: {', '.join(supported_compressions)}) [default: 'deflated']",
190
),
191
192
"python-tag=",
0 commit comments