From 9e6053318531caa1686f7fc724ca5e4ae71b36e1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 21 Nov 2025 22:13:26 +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: Ib2e5fc9b9bdfbd68c169ec689c5797f6053a5e09 Signed-off-by: Takashi Kajinami --- README.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 0aa50223b..5047986ad 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,18 @@ -======================== -Team and repository tags -======================== - -.. image:: https://governance.openstack.org/tc/badges/taskflow.svg - :target: https://governance.openstack.org/tc/reference/tags/index.html - -.. Change things from this point on - TaskFlow ======== +.. image:: https://governance.openstack.org/tc/badges/taskflow.svg + +.. Change things from this point on + .. image:: https://img.shields.io/pypi/v/taskflow.svg :target: https://pypi.org/project/taskflow/ :alt: Latest Version +.. image:: https://img.shields.io/pypi/dm/taskflow.svg + :target: https://pypi.org/project/taskflow/ + :alt: Downloads + A library to do [jobs, tasks, flows] in a highly available, easy to understand and declarative manner (and more!) to be used with OpenStack and other projects.