From 247cee399b678c0527f97aa3b18096499b80d0b9 Mon Sep 17 00:00:00 2001 From: Bogdan Radulescu Date: Wed, 7 May 2014 18:33:49 +0700 Subject: python/pbr: Added (managing setuptools packaging). Signed-off-by: Willy Sudiarto Raharjo --- python/pbr/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/pbr/README (limited to 'python/pbr/README') 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. -- cgit v1.2.3