]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Downloads are now hosted on pypi instead of github.
authorBen Darnell <ben@bendarnell.com>
Fri, 29 Mar 2013 12:55:39 +0000 (08:55 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 29 Mar 2013 12:55:39 +0000 (08:55 -0400)
docs/conf.py
setup.py

index 4d03bcbf0773dff85c11972e2a98cc4c36aa4295..a091fa7ec2ae5f2aef4ec89394a1e5fa3f4b0c83 100644 (file)
@@ -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),
     }
 
index b08d039138c670ad22ccee94ed76185bb3ec10b2..69d44c4f4e9eee3e1aa50e0ca94f9a8fc63b589f 100644 (file)
--- 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=[