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'],