From d6d1fa19f7b128cc2ece58adde5a137963d9496a Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Mon, 16 Dec 2019 11:38:45 +0530 Subject: [PATCH] [small, pypi] Fix #200, broken link As per https://github.com/Cloud-CV/evalai-cli/issues/200, link to Homepage under Project Links was broken. Made the fix here. `https://github.com/Cloud-CV/evalai_cli` --> `https://github.com/Cloud-CV/evalai-cli` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 231d82643..b70ca3d9b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ long_description_content_type="text/markdown", author="Cloud-CV", author_email="team@cloudcv.org", - url="https://github.com/Cloud-CV/evalai_cli ", + url="https://github.com/Cloud-CV/evalai-cli", classifiers=( "Programming Language :: Python :: 3", "License :: OSI Approved :: BSD License",