From ce525260909b2d387774df3f0d747f3e40c69210 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 19 Nov 2014 15:02:02 +0100 Subject: [PATCH] Add link to PyPI --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index b5d8f89..69fbb8d 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ asyncio event loop scheduling callbacks in eventlet. -See also the Trollius project: -http://trollius.readthedocs.org/ +* Trollius project: http://trollius.readthedocs.org/ +* aiogreen at PyPI: https://pypi.python.org/pypi/aiogreen + Status ======