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