Skip to content

Commit

Permalink
Remove download_url from setup.py (Python-Markdown#1164)
Browse files Browse the repository at this point in the history
This is an old, outdated key which is simply moved into `project_urls`. As it offers no value, it is being removed.
Fixes Python-Markdown#1163.
  • Loading branch information
waylan authored Jul 30, 2021
1 parent 4b20c16 commit c172440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def get_version():
name='Markdown',
version=__version__,
url='https://Python-Markdown.github.io/',
download_url='http://pypi.python.org/packages/source/M/Markdown/Markdown-%s-py2.py3-none-any.whl' % __version__,
project_urls={
'Documentation': 'https://Python-Markdown.github.io/',
'GitHub Project': 'https://github.com/Python-Markdown/markdown',
Expand Down

0 comments on commit c172440

Please sign in to comment.