mirror of https://github.com/tqdm/tqdm.git
Update pypi infos
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
75fb26b7fd
commit
0a063c7024
6
setup.py
6
setup.py
|
@ -8,9 +8,11 @@ setup(
|
|||
version=__version__,
|
||||
description='A Simple And Fast Python Progress Meter',
|
||||
license='MIT License',
|
||||
author='Noam Yorav-Raphael, Casper da Costa-Luis, Hadrien Mary, Mikhail Korobov, Ivan Ivanov, Stephen Larroque',
|
||||
author_email='python.tqdm@gmail.com',
|
||||
author='Noam Yorav-Raphael',
|
||||
author_email='noamraph@gmail.com',
|
||||
url='https://github.com/tqdm/tqdm',
|
||||
maintainer='tqdm developers',
|
||||
maintainer_email='python.tqdm@gmail.com',
|
||||
platforms = ["any"],
|
||||
packages=['tqdm'],
|
||||
long_description = open("README.md", "r").read(),
|
||||
|
|
Loading…
Reference in New Issue