Skip to content

Commit d8071d6

Browse files
committed
Remove do_egg_install (unused).
1 parent a1ecac4 commit d8071d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setuptools/command/install.py

-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ def _called_from_setup(run_frame):
126126

127127
return False
128128

129-
def do_egg_install(self) -> None:
130-
raise NotImplementedError("Support for egg-based install has been removed.")
131-
132129

133130
# XXX Python 3.1 doesn't see _nc if this is inside the class
134131
install.sub_commands = [

0 commit comments

Comments
 (0)