diff options
| author | alexzorin <alex@zorin.id.au> | 2022-10-12 05:47:28 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-12 05:47:28 +1100 |
| commit | 5434cb0a190f93571b86f54627890593905570cf (patch) | |
| tree | f98a68893c1d4a30b54c0390e0331cd693358f00 /setuptools/command | |
| parent | 832a51c697d6c03500f94e09d699d1394e04c0c2 (diff) | |
| download | python-setuptools-git-5434cb0a190f93571b86f54627890593905570cf.tar.gz | |
fix small error message typo in editable_wheel.py
Diffstat (limited to 'setuptools/command')
| -rw-r--r-- | setuptools/command/editable_wheel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/editable_wheel.py b/setuptools/command/editable_wheel.py index d05c3a75..ece1b590 100644 --- a/setuptools/command/editable_wheel.py +++ b/setuptools/command/editable_wheel.py @@ -294,7 +294,7 @@ class editable_wheel(Command): 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 |
