1 parent cc47897 commit bee6cedCopy full SHA for bee6ced
1 file changed
setup.py
@@ -130,6 +130,7 @@ def run(self):
130
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
131
error_compiler.start()
132
api_compiler.start()
133
+ docs_compiler.start()
134
135
setup(
136
name="Pyrogram",
0 commit comments