From c8e0e6b7407a9801e9029cea94a3ec552fa85a32 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 23 Dec 2020 00:19:21 +0200 Subject: [PATCH] update link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7e34c524..f8f6f3d8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ """ ClearML - Artificial Intelligence Version Control -https://github.com/allegroai/trains +https://github.com/allegroai/clearml """ import os.path @@ -38,7 +38,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', # The project's main homepage. - url='https://github.com/allegroai/trains', + url='https://github.com/allegroai/clearml', author='Allegroai', author_email='clearml@allegro.ai', license='Apache License 2.0',