mirror of https://github.com/tqdm/tqdm.git
add project urls
This commit is contained in:
parent
1c547ec4ec
commit
4c1f17a7e7
4
setup.py
4
setup.py
|
@ -47,6 +47,10 @@ setup(
|
||||||
long_description=README_rst,
|
long_description=README_rst,
|
||||||
license='MPLv2.0, MIT Licences',
|
license='MPLv2.0, MIT Licences',
|
||||||
url='https://github.com/tqdm/tqdm',
|
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='tqdm developers',
|
||||||
maintainer_email='python.tqdm@gmail.com',
|
maintainer_email='python.tqdm@gmail.com',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
|
|
Loading…
Reference in New Issue