From 0a063c7024e6af12613ecc59e0aa8e80afab9d7c Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sun, 11 Oct 2015 15:01:59 +0200 Subject: [PATCH] Update pypi infos Signed-off-by: Stephen L. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bfc2eee8..f3a8cb95 100755 --- a/setup.py +++ b/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(),