From 4c1f17a7e7c77212de36c52ad1bad469f8743501 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 26 Oct 2020 16:06:22 +0000 Subject: [PATCH] add project urls --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 868be3fd..8a0ba7fb 100755 --- a/setup.py +++ b/setup.py @@ -47,6 +47,10 @@ setup( long_description=README_rst, license='MPLv2.0, MIT Licences', url='https://github.com/tqdm/tqdm', + project_urls={'Changelog': 'https://tqdm.github.io/releases', + 'Documentation': 'https://github.com/tqdm/tqdm#tqdm', + 'Documentation (dev)': 'https://tqdm.github.io/docs/tqdm', + 'Wiki': 'https://github.com/tqdm/tqdm/wiki'}, maintainer='tqdm developers', maintainer_email='python.tqdm@gmail.com', platforms=['any'],