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.
1 parent 4d00d50 commit d953055Copy full SHA for d953055
setuptools/config/__init__.py
@@ -25,7 +25,7 @@ def _wrapper(*args, **kwargs):
25
to access a backward compatible API, but this module is provisional
26
and might be removed in the future.
27
"""
28
- warnings.warn(dedent(msg), SetuptoolsDeprecationWarning)
+ warnings.warn(dedent(msg), SetuptoolsDeprecationWarning, stacklevel=2)
29
return fn(*args, **kwargs)
30
31
return cast(Fn, _wrapper)
0 commit comments