summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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