You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary mypyc files from wheel (#18416)
Remove mypyc docs and some testing files from wheels. They aren't
included for mypy itself as well. The sdist content will stay the same,
so it's possible for distributors to continue to run the tests.
Files which will no longer be included
```
mypyc/README.md
mypyc/doc/**
mypyc/external/googletest/**
mypyc/lib-rt/setup.py
mypyc/lib-rt/test_capi.cc
mypyc/test-data/**
```
0 commit comments