Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Don't include mypyc for now

There is no documentation for how to use it.
It describes itself as being for "prototyping and testing"
"Mypyc is not (yet) an end-user product."
https://github.com/python/mypy/blob/master/mypyc/doc/dev-intro.md

So it doesn't sound ready for general release yet
--- mypy.orig/setup.py
+++ mypy/setup.py
@@ -182,7 +182,6 @@
           'mypyc', 'mypyc.test',
       ],
       package_data={'mypy': package_data},
-      scripts=['scripts/mypyc'],
       entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
                                         'stubgen=mypy.stubgen:main',
                                         'stubtest=mypy.stubtest:main',
