Skip to content

Commit

Permalink
Skip compiling mypyc/__main__.py (#11862)
Browse files Browse the repository at this point in the history
Fixes mypyc/mypyc#912

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
mr-c and hauntsaninja committed Dec 29, 2021
1 parent 0650548 commit fe3b625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -107,6 +107,8 @@ def run(self):
)) + (
# Don't want to grab this accidentally
os.path.join('mypyc', 'lib-rt', 'setup.py'),
# Uses __file__ at top level https://github.com/mypyc/mypyc/issues/700
os.path.join('mypyc', '__main__.py'),
)

everything = (
Expand Down

0 comments on commit fe3b625

Please sign in to comment.