Skip to content

Commit c3cc556

Browse files
committed
Downloads are now hosted on pypi instead of github.
1 parent 4cdf300 commit c3cc556

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# this link must be referenced as :current_tarball:`z`
9999
extlinks = {
100100
'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,
102102
'tornado-%s.tar.g' % version),
103103
}
104104

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
author="Facebook",
5252
author_email="python-tornado@googlegroups.com",
5353
url="http://www.tornadoweb.org/",
54-
download_url="http://github.com/downloads/facebook/tornado/tornado-%s.tar.gz" % version,
5554
license="http://www.apache.org/licenses/LICENSE-2.0",
5655
description="Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",
5756
classifiers=[

0 commit comments

Comments
 (0)