From 3996cdbc7e24ff516b26d6c14ddc9230f8403368 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 13 Apr 2022 14:15:43 +0300 Subject: [PATCH] Fix package author --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9a1e1756..317d9424 100644 --- a/setup.py +++ b/setup.py @@ -46,8 +46,8 @@ setup( long_description_content_type='text/markdown', # The project's main homepage. url='https://github.com/allegroai/clearml', - author='Allegroai', - author_email='clearml@allegro.ai', + author='ClearML', + author_email='support@clear.ml', license='Apache License 2.0', classifiers=[ 'Development Status :: 5 - Production/Stable',