Skip to content

Commit

Permalink
Skip compiling mypyc/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 29, 2021
1 parent f96446c commit 4e8596b
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'),
) + (
os.path.join('mypyc', '__main__.py'),
)

everything = (
Expand Down

0 comments on commit 4e8596b

Please sign in to comment.