diff --git a/setup.py b/setup.py index 6c2d207b3..b79eb951b 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,9 @@ class local_install_scripts(install_scripts.install_scripts): def run(self): + # NOTE(tobias-urdin): Always install_scripts so that we get + # gnocchi-api otherwise it's left out when installing with pip. + self.no_ep = False install_scripts.install_scripts.run(self) # NOTE(sileht): Build wheel embed custom script as data, and put sheban # in script of the building machine. To workaround that build_scripts