summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-04 10:52:41 +0000
committerGerrit Code Review <review@openstack.org>2017-01-04 10:52:41 +0000
commit57e4c9cde4022cc0f50fe636e5f319abd658f4dd (patch)
treebf8c95358524be4b903edb48cffd1fd146d0be82
parent79f75a7f7001e2e0ed6228ed819a2476b97c7b13 (diff)
parent55f9d175e8da687f3a6bcc158f6ef9bd17bef280 (diff)
downloadstevedore-57e4c9cde4022cc0f50fe636e5f319abd658f4dd.tar.gz
Merge "Show team and repo badges on README"
-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