mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix Telegram API missing on readthedocs
This commit is contained in:
parent
cc47897c68
commit
bee6ced5c2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -130,6 +130,7 @@ class Generate(Command):
|
||||||
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
|
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
|
||||||
error_compiler.start()
|
error_compiler.start()
|
||||||
api_compiler.start()
|
api_compiler.start()
|
||||||
|
docs_compiler.start()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="Pyrogram",
|
name="Pyrogram",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue