Don't compile mypyc/lib-rt/setup.py (#7497)
mypyc/lib-rt/setup.py (used for compiling the mypyc runtime library
tests) was getting picked up by the mypyc compilation globs, which
results in it producing a toplevel (!) module named setup.
Don't do that.