Add do_egg_install()

This commit is contained in:
Andrew Resch 2008-12-11 08:22:17 +00:00
parent e58006b5d4
commit bd3cba4cce

View file

@ -310,6 +310,7 @@ class install(_install):
for cmd_name in self.get_sub_commands():
self.run_command(cmd_name)
_install.run(self)
self.do_egg_install()
cmdclass = {
'build': build,