add project urls

This commit is contained in:
Casper da Costa-Luis 2020-10-26 16:06:22 +00:00
parent 1c547ec4ec
commit 4c1f17a7e7
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 4 additions and 0 deletions

View File

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