Fix .whl download link

[ci skip]
This commit is contained in:
Bastian Kleineidam 2015-12-11 07:10:50 +01:00
parent e26d0de020
commit bd91cce07e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}.tar.gz"
title="Source .tar.gz package"
id="download-tar-gz" class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
<a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}-py2.py3-none-any.whl"
<a href="https://pypi.python.org/packages/py2.py3/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}-py2.py3-none-any.whl"
title="Wheel .whl package"
id="download-exe" class="button"><span>{{site.app.name}}-{{site.app.version}}.whl</span></a>
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>