First run web_build then install
This commit is contained in:
parent
7441c35566
commit
bfdc9d7d46
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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=''):
|
||||
|
|
Loading…
Reference in a new issue