Skip to content

Commit 259e0cf

Browse files
authored
[mypyc] Add missing packages to setup.py (#9061)
1 parent 17b1f9c commit 259e0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ def run(self):
180180
ext_modules=ext_modules,
181181
packages=[
182182
'mypy', 'mypy.test', 'mypy.server', 'mypy.plugins', 'mypy.dmypy',
183-
'mypyc', 'mypyc.test',
183+
'mypyc', 'mypyc.test', 'mypyc.codegen', 'mypyc.ir', 'mypyc.irbuild',
184+
'mypyc.primitives', 'mypyc.transform'
184185
],
185186
package_data={'mypy': package_data},
186187
scripts=['scripts/mypyc'],

0 commit comments

Comments
 (0)