From 57ba171f1e9fefca8580e2846a78015508914a95 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 8 Oct 2018 14:53:18 -0400 Subject: [PATCH] Fix pbr setup hook Helps to name the option correctly. Change-Id: Iedd0bdda37a6a6e14c327e1a7a914ec554a489d8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9a9f579e07..bb5b64064c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ classifier = warnerrors = True [global] -setup-hooks = +setup_hooks = zuul._setup_hook.setup_hook [entry_points]