From 97c56f0103fc581b191be74da3900f42ad090ca0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 9 Mar 2018 11:01:29 +0100 Subject: Add "No Maintenance Intended" badge --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 4c55d50..5aa64bc 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,11 @@ +======== +Trollius +======== + +.. image:: http://unmaintained.tech/badge.svg + :target: http://unmaintained.tech/ + :alt: No Maintenance Intended + Trollius provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives. -- cgit v1.2.1