From: Ben Darnell Date: Thu, 28 Mar 2013 03:29:01 +0000 (-0400) Subject: Update pypi description field. X-Git-Tag: v3.0.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a193ae5b5f9da3e754d7a93ab3d435c3ad199ad;p=thirdparty%2Ftornado.git Update pypi description field. --- diff --git a/setup.py b/setup.py index 19741e6e1..b08d03913 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ distutils.core.setup( url="http://www.tornadoweb.org/", download_url="http://github.com/downloads/facebook/tornado/tornado-%s.tar.gz" % version, license="http://www.apache.org/licenses/LICENSE-2.0", - description="Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed", + description="Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.", classifiers=[ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2',