diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-13 18:16:55 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-13 18:18:43 +0000 |
commit | f974efe2853e8520521e479759ecec09fd55cba4 (patch) | |
tree | cbb2647017bcd2f35b0f2fcee7bb839988962650 /setuptools | |
parent | a85b393d42b4ba946a201d4978759de4b65cbdad (diff) | |
download | python-setuptools-git-f974efe2853e8520521e479759ecec09fd55cba4.tar.gz |
Improve warning message
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/command/editable_wheel.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/setuptools/command/editable_wheel.py b/setuptools/command/editable_wheel.py index 30cf9ca1..083ef185 100644 --- a/setuptools/command/editable_wheel.py +++ b/setuptools/command/editable_wheel.py @@ -853,8 +853,9 @@ class _DebuggingTips(InformationOnly): - If you (or your project dependencies) are using any setuptools extension or customization, make sure they support the editable mode. - After following the steps above, if you think this is related to how setuptools - handles editable installations, please submit a reproducible example + After following the steps above, if the problem still persist and + you think this is related to how setuptools handles editable installations, + please submit a reproducible example (see https://stackoverflow.com/help/minimal-reproducible-example) to: https://github.com/pypa/setuptools/issues |