]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update pypi description field.
authorBen Darnell <ben@bendarnell.com>
Thu, 28 Mar 2013 03:29:01 +0000 (23:29 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 28 Mar 2013 03:29:01 +0000 (23:29 -0400)
setup.py

index 19741e6e152df43d798aed1cbb0220af0a7eb285..b08d039138c670ad22ccee94ed76185bb3ec10b2 100644 (file)
--- 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',