summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Shrewsbury <shrewsbury.dave@gmail.com>2018-10-08 14:53:18 -0400
committerDavid Shrewsbury <shrewsbury.dave@gmail.com>2018-10-08 14:53:18 -0400
commit57ba171f1e9fefca8580e2846a78015508914a95 (patch)
treecb3ff0f878268897b9d482c7e872b99ca1d154e5 /setup.cfg
parent8bcbd088f1534036c86aebca3b051128263462d9 (diff)
downloadzuul-57ba171f1e9fefca8580e2846a78015508914a95.tar.gz
Fix pbr setup hook
Helps to name the option correctly. Change-Id: Iedd0bdda37a6a6e14c327e1a7a914ec554a489d8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9a9f579e0..bb5b64064 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]