We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb4e6 commit 734d500Copy full SHA for 734d500
setup.py
@@ -98,6 +98,7 @@ def run(self) -> None:
98
) + (
99
# Don't want to grab this accidentally
100
os.path.join("mypyc", "lib-rt", "setup.py"),
101
+ os.path.join("mypyc", "lib-rt", "build_setup.py"),
102
# Uses __file__ at top level https://github.com/mypyc/mypyc/issues/700
103
os.path.join("mypyc", "__main__.py"),
104
os.path.join("mypyc", "build_setup.py"), # for monkeypatching
0 commit comments