summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-05-21 13:42:23 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2020-05-21 13:52:20 -0400
commit92ac78ba3261b1b3d61351ec8a999f5e5aa96ee4 (patch)
tree94e73b2a9fc55fa7184fd727601f7076c6e46401
parentdc8583916a4c78feebdca4e93509dbfc439751c0 (diff)
downloadpython-markdown-92ac78ba3261b1b3d61351ec8a999f5e5aa96ee4.tar.gz
Add project urls
-rwxr-xr-xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f142d1d..a0e29de 100755
--- a/setup.py
+++ b/setup.py
@@ -60,6 +60,11 @@ setup(
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',
+ 'Issue Tracker': 'https://github.com/Python-Markdown/markdown/issues'
+ },
description='Python implementation of Markdown.',
long_description=long_description,
long_description_content_type='text/markdown',