Update pypi description field.
This commit is contained in:
parent
dd388bf184
commit
9a193ae5b5
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ distutils.core.setup(
|
||||||
url="http://www.tornadoweb.org/",
|
url="http://www.tornadoweb.org/",
|
||||||
download_url="http://github.com/downloads/facebook/tornado/tornado-%s.tar.gz" % version,
|
download_url="http://github.com/downloads/facebook/tornado/tornado-%s.tar.gz" % version,
|
||||||
license="http://www.apache.org/licenses/LICENSE-2.0",
|
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=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
|
|
Loading…
Reference in New Issue