summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-02-21 13:43:09 -0500
committerRyan Williams <rdw@lindenlab.com>2010-02-21 13:43:09 -0500
commit57d12ec6d4d0a2f9a894d81d9ff38dbeec72b71b (patch)
treed56af4d9290563bd461115ec872f7402c622628c /setup.py
parentcd7f855375404efc725efb95886d4e303a96f4a9 (diff)
downloadeventlet-57d12ec6d4d0a2f9a894d81d9ff38dbeec72b71b.tar.gz
Changed description slightly
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',