Skip to content

Commit c172440

Browse files
authored
Remove download_url from setup.py (#1164)
This is an old, outdated key which is simply moved into `project_urls`. As it offers no value, it is being removed. Fixes #1163.
1 parent 4b20c16 commit c172440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def get_version():
5959
name='Markdown',
6060
version=__version__,
6161
url='https://Python-Markdown.github.io/',
62-
download_url='http://pypi.python.org/packages/source/M/Markdown/Markdown-%s-py2.py3-none-any.whl' % __version__,
6362
project_urls={
6463
'Documentation': 'https://Python-Markdown.github.io/',
6564
'GitHub Project': 'https://github.com/Python-Markdown/markdown',

0 commit comments

Comments
 (0)