# this link must be referenced as :current_tarball:`z`
extlinks = {
'current_tarball': (
- 'https://github.com/downloads/facebook/tornado/tornado-%s.tar.g%%s' % version,
+'https://pypi.python.org/packages/source/t/tornado/tornado-%s.tar.g%%s' % version,
'tornado-%s.tar.g' % version),
}
author="Facebook",
author_email="python-tornado@googlegroups.com",
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 a Python web framework and asynchronous networking library, originally developed at FriendFeed.",
classifiers=[