Skip to content

Commit 8ca02eb

Browse files
committed
Play nice with setuptools 80.0.0
1 parent 6e95f79 commit 8ca02eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,9 @@ def _called_from_setup(run_frame):
691691
return first_call
692692
return second_call
693693

694+
def do_egg_install(self):
695+
raise NotImplementedError("Support for egg-based install has been removed.")
696+
694697

695698
class InstallLib(install_lib):
696699
def run(self):

0 commit comments

Comments
 (0)