summaryrefslogtreecommitdiffstats
path: root/python/pbr/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pbr/README')
-rw-r--r--python/pbr/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/pbr/README b/python/pbr/README
deleted file mode 100644
index d7971dc442..0000000000
--- a/python/pbr/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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.