diff --git a/setup.py b/setup.py index 9fd9e082..8096bbd7 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ with open("pyrogram/__init__.py", encoding="utf-8") as f: # 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|description|\n\n|scheme| |mtproto|", readme) + readme = re.sub(r"\|header\|", "|logo|\n\n|description|\n\n|scheme| |tgcrypto|", readme) setup( name="Pyrogram",