Skip to content

Commit 69e4ebf

Browse files
committed
Update setup.py
1 parent 35da6ea commit 69e4ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# PyPI doesn't like raw html
3838
with open("README.rst", encoding="utf-8") as f:
3939
readme = re.sub(r"\.\. \|.+\| raw:: html(?:\s{4}.+)+\n\n", "", f.read())
40-
readme = re.sub(r"\|header\|", "|logo|\n\n|description|\n\n|scheme| |mtproto|", readme)
40+
readme = re.sub(r"\|header\|", "|logo|\n\n|description|\n\n|scheme| |tgcrypto|", readme)
4141

4242
setup(
4343
name="Pyrogram",

0 commit comments

Comments
 (0)