Skip to content

Commit

Permalink
[mypyc] Add missing packages to setup.py (#9061)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 authored Jul 3, 2020
1 parent 17b1f9c commit 259e0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ def run(self):
ext_modules=ext_modules,
packages=[
'mypy', 'mypy.test', 'mypy.server', 'mypy.plugins', 'mypy.dmypy',
'mypyc', 'mypyc.test',
'mypyc', 'mypyc.test', 'mypyc.codegen', 'mypyc.ir', 'mypyc.irbuild',
'mypyc.primitives', 'mypyc.transform'
],
package_data={'mypy': package_data},
scripts=['scripts/mypyc'],
Expand Down

0 comments on commit 259e0cf

Please sign in to comment.