diff --git a/setup.py b/setup.py index b88a94fb..79eda771 100755 --- a/setup.py +++ b/setup.py @@ -62,8 +62,8 @@ class WebBuildCommand(distutils.cmd.Command): class InstallCommand(install): def run(self): - install.run(self) self.run_command('web_build') + install.run(self) def path(fname=''):