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',