8000
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.
log.warning
bdist_wheel
2 parents 2299319 + 63a2eb3 commit 0f8c58dCopy full SHA for 0f8c58d
setuptools/command/bdist_wheel.py
@@ -284,9 +284,7 @@ def finalize_options(self):
284
wheel = self.distribution.get_option_dict("wheel")
285
if "universal" in wheel:
286
# please don't define this in your global configs
287
- log.warning(
288
- "The [wheel] section is deprecated. Use [bdist_wheel] instead.",
289
- )
+ log.warn("The [wheel] section is deprecated. Use [bdist_wheel] instead.")
290
val = wheel["universal"][1].strip()
291
if val.lower() in ("1", "true", "yes"):
292
self.universal = True
0 commit comments