From 57d12ec6d4d0a2f9a894d81d9ff38dbeec72b71b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 21 Feb 2010 13:43:09 -0500 Subject: [PATCH] Changed description slightly --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb9cbb2..cd8e799 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ for flag, req in [('--without-greenlet','greenlet >= 0.2')]: setup( name='eventlet', version=__version__, - description='Coroutine-based networking library', + description='Highly concurrent networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com', url='http://eventlet.net',