diff --git a/setup.py b/setup.py index c3bc6d6a..75642869 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ if len(argv) > 1 and argv[1] != "sdist": # PyPI doesn't like raw html with open("README.rst", encoding="UTF-8") as f: readme = re.sub(r"\.\. \|.+\| raw:: html(?:\s{4}.+)+\n\n", "", f.read()) - readme = re.sub(r"\|header\|", "|logo|\n######\n\n|description|\n\n|scheme| |mtproto|", readme) + readme = re.sub(r"\|header\|", "|logo|\n\n|description|\n\n|scheme| |mtproto|", readme) setup(long_description=readme)