summaryrefslogtreecommitdiff
path: root/pbr/core.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-09 10:18:03 +0000
committerGerrit Code Review <review@openstack.org>2015-12-09 10:18:03 +0000
commit6c5ccdebceb8a675e62370e0ddab2942bb60d411 (patch)
tree193284ad4f238b4aae0352c36e904f323a367912 /pbr/core.py
parent379e42abde70300e426fb4e8d5115c67fd2e45b9 (diff)
parent768c53474ddaf78e6e89f56b36ac3273a6031b0a (diff)
downloadpbr-6c5ccdebceb8a675e62370e0ddab2942bb60d411.tar.gz
Merge "Enable pep8 H405 tests"
Diffstat (limited to 'pbr/core.py')
-rw-r--r--pbr/core.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbr/core.py b/pbr/core.py
index 25d6885..fee603a 100644
--- a/pbr/core.py
+++ b/pbr/core.py
@@ -75,8 +75,10 @@ else:
def pbr(dist, attr, value):
- """Implements the actual pbr setup() keyword. When used, this should be
- the only keyword in your setup() aside from `setup_requires`.
+ """Implements the actual pbr setup() keyword.
+
+ When used, this should be the only keyword in your setup() aside from
+ `setup_requires`.
If given as a string, the value of pbr is assumed to be the relative path
to the setup.cfg file to use. Otherwise, if it evaluates to true, it