summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-21 09:35:17 -0700
committerMonty Taylor <mordred@inaugust.com>2013-07-21 11:41:34 -0700
commitc84876dc0f559a66fec19b2f81f5717204b253e2 (patch)
treebfc85ea4893b5a82c3e5263d9459b80590262f56 /README.rst
parent71bea435b6f73644d5d7320001ac56d78bcc4687 (diff)
downloadpbr-c84876dc0f559a66fec19b2f81f5717204b253e2.tar.gz
Remove the need to specify the pbr hook
If you're running pbr codepaths, you want the hook. There is no need to say "pbr=True" in setup.py and then to list the hook in setup.cfg now that d2to1 is in the tree. Change-Id: Ie33d3e08d5a4133f5caf2613859919ce4f02c4a0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 09e4135..ecdbb9a 100644
--- a/README.rst
+++ b/README.rst
@@ -124,9 +124,6 @@ A simple sample can be found in pbr s own setup.cfg
[files]
packages =
oslo
- [hooks]
- setup-hooks =
- pbr.hooks.setup_hook
The minimal setup.py should look something like this::