From bfdc9d7d46a45ed7537469c6956b07a21e87792a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 10 Jun 2020 12:16:43 +0200 Subject: [PATCH] First run web_build then install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=''):