diff --git a/setup.py b/setup.py index 8eb186244..e72815252 100644 --- a/setup.py +++ b/setup.py @@ -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,