diff --git a/setup.py b/setup.py
index 7c37a53a..fb9aff84 100644
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,7 @@ long_description = read_text(os.path.join(here, 'README.md'))
# fix github, dark logo hack.
long_description = long_description.replace(
"""""", # noqa
- """""", # noqa
- 1
+ """""", # noqa
)