Skip to content

Commit

Permalink
Downloads are now hosted on pypi instead of github.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Mar 29, 2013
1 parent 4cdf300 commit c3cc556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -98,7 +98,7 @@
# this link must be referenced as :current_tarball:`z` # this link must be referenced as :current_tarball:`z`
extlinks = { extlinks = {
'current_tarball': ( '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), 'tornado-%s.tar.g' % version),
} }


Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -51,7 +51,6 @@
author="Facebook", author="Facebook",
author_email="python-tornado@googlegroups.com", author_email="python-tornado@googlegroups.com",
url="http://www.tornadoweb.org/", 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", license="http://www.apache.org/licenses/LICENSE-2.0",
description="Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.", description="Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",
classifiers=[ classifiers=[
Expand Down

0 comments on commit c3cc556

Please sign in to comment.