Update pypi infos

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-10-11 15:01:59 +02:00
parent 75fb26b7fd
commit 0a063c7024
1 changed files with 4 additions and 2 deletions

View File

@ -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(),