Skip to content

Commit

Permalink
Wrap setup script in python __main__ check
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 2, 2023
1 parent cd47708 commit b3d84f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ def all():
done()


all()
if __name__ == "__main__":
all()

0 comments on commit b3d84f6

Please sign in to comment.