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 2b0d173 commit a1ecac4Copy full SHA for a1ecac4
setuptools/command/install.py
@@ -93,19 +93,6 @@ def handle_extra_path(self):
93
self.extra_dirs = ''
94
return None
95
96
- def run(self):
97
- # Explicit request for old-style install? Just do it
98
- if self.old_and_unmanageable or self.single_version_externally_managed:
99
- return super().run()
100
-
101
- if not self._called_from_setup(inspect.currentframe()):
102
- # Run in backward-compatibility mode to support bdist_* commands.
103
104
- else:
105
106
107
- return None
108
109
@staticmethod
110
def _called_from_setup(run_frame):
111
"""
0 commit comments