Skip to content

Commit 734d500

Browse files
committed
Update mypyc allowlist
1 parent cffb4e6 commit 734d500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def run(self) -> None:
9898
) + (
9999
# Don't want to grab this accidentally
100100
os.path.join("mypyc", "lib-rt", "setup.py"),
101+
os.path.join("mypyc", "lib-rt", "build_setup.py"),
101102
# Uses __file__ at top level https://github.com/mypyc/mypyc/issues/700
102103
os.path.join("mypyc", "__main__.py"),
103104
os.path.join("mypyc", "build_setup.py"), # for monkeypatching

0 commit comments

Comments
 (0)