From 5434cb0a190f93571b86f54627890593905570cf Mon Sep 17 00:00:00 2001 From: alexzorin Date: Wed, 12 Oct 2022 05:47:28 +1100 Subject: [PATCH] fix small error message typo in editable_wheel.py --- setuptools/command/editable_wheel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/command/editable_wheel.py b/setuptools/command/editable_wheel.py index d05c3a75e9..ece1b590a3 100644 --- a/setuptools/command/editable_wheel.py +++ b/setuptools/command/editable_wheel.py @@ -294,7 +294,7 @@ def _safely_run(self, cmd_name: str): msg = f"""{traceback.format_exc()}\n If you are seeing this warning it is very likely that a setuptools plugin or customization overrides the `{cmd_name}` command, without - tacking into consideration how editable installs run build steps + taking into consideration how editable installs run build steps starting from v64.0.0. Plugin authors and developers relying on custom build steps are encouraged