aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pbr/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-25 09:20:36 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-25 09:20:36 +0700
commit93a74069f675d47a4b8e9bb91f35a3c149f5cad1 (patch)
treeb86e0a156a3c53bbc5cf51bec34eac89a266069b /python/python2-pbr/README
parente9be7a871ad0baa6a25443975be1b39560e66e92 (diff)
python-python2-pbr: Renamed from pbr.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pbr/README')
-rw-r--r--python/python2-pbr/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python2-pbr/README b/python/python2-pbr/README
new file mode 100644
index 0000000000..e2eab1ceae
--- /dev/null
+++ b/python/python2-pbr/README
@@ -0,0 +1,10 @@
+PBR is a library that injects some useful and sensible default
+behaviors into your setuptools run.
+
+PBR is only mildly configurable. The basic idea is that there's a
+decent way to run things and if you do, you should reap the rewards,
+because then it's simple and repeatable. If you want to do things
+differently, cool! But you've already got the power of python at your
+fingertips, so you don't really need PBR.
+
+NOTE: This package consist of python2 module only.