summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2018-03-09 11:01:29 +0100
committerVictor Stinner <victor.stinner@gmail.com>2018-03-09 11:01:29 +0100
commit97c56f0103fc581b191be74da3900f42ad090ca0 (patch)
tree0898ef1315a1b7c53acee5b23b9d664f68b1a0b0
parentc6c86417fe40646181d0b1f7b7ee071de95798bc (diff)
downloadtrollius-git-97c56f0103fc581b191be74da3900f42ad090ca0.tar.gz
Add "No Maintenance Intended" badge
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
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.