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