diff options
Diffstat (limited to 'setuptools/command/editable_wheel.py')
-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 |