diff --git a/setup.py b/setup.py
index dba5eaec..13c4bbc0 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,13 @@ here = os.path.dirname(__file__)
# Get the long description from the README file
long_description = read_text(os.path.join(here, 'README.md'))
+# fix github, dark logo hack.
+long_description = long_description.replace(
+ """![Clear|ML](docs/clearml-logo.svg#gh-light-mode-only)
""", # noqa
+ """
""", # noqa
+ 1
+)
+
def read_version_string(version_file):
for line in read_text(version_file).splitlines():