summaryrefslogtreecommitdiffstats
path: root/python/pbr/README
diff options
context:
space:
mode:
author Bogdan Radulescu <bogdan@nimblex.net>2014-05-07 18:33:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-12 07:35:51 +0700
commit247cee399b678c0527f97aa3b18096499b80d0b9 (patch)
tree553d8caa5ae9558d0db97e68243401b203931123 /python/pbr/README
parentb119836f43ead5e556a984259f8f55de46fc78d5 (diff)
downloadslackbuilds-247cee399b678c0527f97aa3b18096499b80d0b9.tar.gz
slackbuilds-247cee399b678c0527f97aa3b18096499b80d0b9.tar.xz
python/pbr: Added (managing setuptools packaging).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pbr/README')
-rw-r--r--python/pbr/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pbr/README b/python/pbr/README
new file mode 100644
index 0000000000..45ef2f90b8
--- /dev/null
+++ b/python/pbr/README
@@ -0,0 +1,6 @@
+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.