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 dcf7ede commit 3f7d6c2Copy full SHA for 3f7d6c2
setuptools/__init__.py
@@ -113,6 +113,7 @@ def setup(**attrs) -> Distribution:
113
# Make sure we have any requirements needed to interpret 'attrs'.
114
_install_setup_requires(attrs)
115
# Override return type of distutils.core.Distribution with setuptools.dist.Distribution
116
+ # (implicitly implemented via `setuptools.monkey.patch_all`).
117
return distutils.core.setup(**attrs) # type: ignore[return-value]
118
119
0 commit comments