Do not build unless setup.py is top-level scope (#2969)
I.e. put all file system altering operations under `if __name__ == "__main__":`
Showing
Please register or sign in to comment
I.e. put all file system altering operations under `if __name__ == "__main__":`