python/pbr: Fix slack-desc.

This commit is contained in:
B. Watson 2016-11-13 22:13:55 -05:00 committed by Willy Sudiarto Raharjo
parent eac75b75ec
commit 3e84b70413
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -9,7 +9,7 @@
pbr: pbr (manage setuptools packaging)
pbr:
pbr: A library for managing setuptools packaging in a consistent manner.
pbr:
pbr:
pbr: pbr reads and then filters the setup.cfg data through a setup hook
pbr: to fill in default values and provide more sensible behaviors,
pbr: and then feeds the results in as the arguments to a call to setup.py