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
2 people authored and JukkaL committed Jan 5, 2022
1 parent 5d765e7 commit 70f8338
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 70f8338

Please sign in to comment.