From: Ben Darnell Date: Fri, 29 Mar 2013 12:55:39 +0000 (-0400) Subject: Downloads are now hosted on pypi instead of github. X-Git-Tag: v3.0.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cc5563462ade6003af79bb4d5b646ff2ed9f8e;p=thirdparty%2Ftornado.git Downloads are now hosted on pypi instead of github. --- diff --git a/docs/conf.py b/docs/conf.py index 4d03bcbf0..a091fa7ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -98,7 +98,7 @@ latex_documents = [ # 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), } diff --git a/setup.py b/setup.py index b08d03913..69d44c4f4 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ distutils.core.setup( 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=[