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 <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-11-21 22:11:41 +09:00
parent b2d2e973b6
commit 1b97a87e00

View File

@@ -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