summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2016-11-24 12:58:17 +0100
committerDoug Hellmann <doug@doughellmann.com>2017-01-02 15:33:36 -0500
commit55f9d175e8da687f3a6bcc158f6ef9bd17bef280 (patch)
treed7aca4bd08ea3cbb6c04cc372f319a62f31cac20
parentb30ca0583ad7d9eac1f162677ac540afdd98e3bf (diff)
downloadstevedore-55f9d175e8da687f3a6bcc158f6ef9bd17bef280.tar.gz
Show team and repo badges on README
This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/736af151582e8886653d8de583c44810\n' Change-Id: I03cf703c02cadfe3b21bd7b6b35619fd30bb4d17
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8353609..f59f6ce 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,9 @@ stevedore -- Manage dynamic plugins for Python applications
:target: https://pypi.python.org/pypi/stevedore/
:alt: Downloads
+.. image:: http://governance.openstack.org/badges/stevedore.svg
+ :target: http://governance.openstack.org/reference/tags/index.html
+
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
("*plugins*") at runtime. Many applications implement their own