File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 98
98
# this link must be referenced as :current_tarball:`z`
99
99
extlinks = {
100
100
'current_tarball' : (
101
- 'https://github.com/downloads/facebook /tornado/tornado-%s.tar.g%%s' % version ,
101
+ 'https://pypi.python.org/packages/source/t /tornado/tornado-%s.tar.g%%s' % version ,
102
102
'tornado-%s.tar.g' % version ),
103
103
}
104
104
Original file line number Diff line number Diff line change 51
51
author = "Facebook" ,
52
52
author_email = "python-tornado@googlegroups.com" ,
53
53
url = "http://www.tornadoweb.org/" ,
54
- download_url = "http://github.com/downloads/facebook/tornado/tornado-%s.tar.gz" % version ,
55
54
license = "http://www.apache.org/licenses/LICENSE-2.0" ,
56
55
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." ,
57
56
classifiers = [
You can’t perform that action at this time.
0 commit comments