Skip to content

Commit 407b4e8

Browse files
committed
Update download link to point to wheel file.
1 parent e8dddd1 commit 407b4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def run(self):
174174
name='Markdown',
175175
version=__version__,
176176
url='https://pythonhosted.org/Markdown/',
177-
download_url='http://pypi.python.org/packages/source/M/Markdown/Markdown-%s.tar.gz' % __version__,
177+
download_url='http://pypi.python.org/packages/source/M/Markdown/Markdown-%s-py2.py3-none-any.whl' % __version__,
178178
description='Python implementation of Markdown.',
179179
long_description=long_description,
180180
author='Manfred Stienstra, Yuri takhteyev and Waylan limberg',

0 commit comments

Comments
 (0)