There was an error while loading. Please reload this page.
1 parent b200f9d commit bf0b8aaCopy full SHA for bf0b8aa
1 file changed
setup.py
@@ -24,12 +24,9 @@
24
from compiler.api import compiler as api_compiler
25
from compiler.error import compiler as error_compiler
26
27
-# from compiler.docs import compiler as docs_compiler
28
-
29
if len(argv) > 1 and argv[1] != "sdist":
30
api_compiler.start()
31
error_compiler.start()
32
- # docs_compiler.start()
33
34
with open("pyrogram/__init__.py", encoding="utf-8") as f:
35
version = re.findall(r"__version__ = \"(.+)\"", f.read())[0]
0 commit comments