diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-13 22:13:55 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-14 16:47:23 +0700 |
commit | 3e84b70413ce446d5e6af87f99be65d5540aa6c2 (patch) | |
tree | f8d216de9409dbf326baf024a4aea8df26b24c2b /python/pbr | |
parent | eac75b75ec7cd879aa7e904e6866d29a9866ab50 (diff) | |
download | slackbuilds-3e84b70413ce446d5e6af87f99be65d5540aa6c2.tar.gz |
python/pbr: Fix slack-desc.
Diffstat (limited to 'python/pbr')
-rw-r--r-- | python/pbr/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pbr/slack-desc b/python/pbr/slack-desc index e70345a462..e3f4ad8215 100644 --- a/python/pbr/slack-desc +++ b/python/pbr/slack-desc @@ -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 |