From 1b97a87e0051bd7bc52ad9e0b608aaf6c02db70e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 21 Nov 2025 22:11:41 +0900 Subject: [PATCH] Remove reference to tag framework ... because the framework was removed[1]. [1] https://governance.openstack.org/tc/reference/tags/index.html Change-Id: I878064304a6effe58c09f9a565fabe50d4a4210a Signed-off-by: Takashi Kajinami --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 13c2c14..199e493 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,15 @@ stevedore -- Manage dynamic plugins for Python applications =========================================================== +.. image:: https://governance.openstack.org/tc/badges/stevedore.svg + .. image:: https://img.shields.io/pypi/v/stevedore.svg :target: https://pypi.org/project/stevedore/ :alt: Latest Version -.. image:: https://governance.openstack.org/tc/badges/stevedore.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html +.. image:: https://img.shields.io/pypi/dm/stevedore.svg + :target: https://pypi.org/project/stevedore/ + :alt: Downloads Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions