Changed description slightly

This commit is contained in:
Ryan Williams
2010-02-21 13:43:09 -05:00
parent cd7f855375
commit 57d12ec6d4

View File

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