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 2cfe5fe commit e7c4b3aCopy full SHA for e7c4b3a
setuptools/command/bdist_wheel.py
@@ -174,8 +174,8 @@ class bdist_wheel(Command):
174
(
175
"universal",
176
None,
177
- "*DEPRECATED* make a universal wheel [default: false]\n\n'
178
- 'Set `python_tag = py2.py3` in `setup.cfg` instead.",
+ "*DEPRECATED* make a universal wheel [default: false]\n\n"
+ "Set `python_tag = py2.py3` in `setup.cfg` instead.",
179
),
180
181
"compression=",
0 commit comments