Skip to content

Commit 6f1590d

Browse files
committed
Exclude stubgen from mypyc complication to avoid inheritance issues
1 parent edfbe3b commit 6f1590d

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
@@ -110,6 +110,7 @@ def run(self):
110110
"version.py",
111111
# Skip these to reduce the size of the build
112112
"stubtest.py",
113+
"stubgen.py",
113114
"stubgenc.py",
114115
"stubdoc.py",
115116
"stubutil.py",

0 commit comments

Comments
 (0)