diff --git a/setup.py b/setup.py index 7f8239e4681..2556a82007d 100644 --- a/setup.py +++ b/setup.py @@ -97,8 +97,9 @@ def run(self): 'Topic :: Internet :: WWW/HTTP'], author='Nikolay Kim', author_email='fafhrd91@gmail.com', - maintainer='Andrew Svetlov', - maintainer_email='andrew.svetlov@gmail.com', + maintainer=', '.join(('Andrew Svetlov ', + 'Nikolay Kim ')), + maintainer_email='aio-libs@googlegroups.com', url='https://github.com/KeepSafe/aiohttp/', license='Apache 2', packages=['aiohttp'],