Do the egg_install in setup

This commit is contained in:
Andrew Resch 2008-12-11 07:40:05 +00:00
parent baa7cc7a41
commit 484fe772c1
1 changed files with 1 additions and 0 deletions

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,