Skip to content

Commit f6522ae

Browse files
add mypyc.analysis to setup.py
Fixes #9584 I haven't tested myself but this package should probably be here.
1 parent 5bdb6b5 commit f6522ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def run(self):
181181
packages=[
182182
'mypy', 'mypy.test', 'mypy.server', 'mypy.plugins', 'mypy.dmypy',
183183
'mypyc', 'mypyc.test', 'mypyc.codegen', 'mypyc.ir', 'mypyc.irbuild',
184-
'mypyc.primitives', 'mypyc.transform'
184+
'mypyc.primitives', 'mypyc.transform', 'mypyc.analysis'
185185
],
186186
package_data={'mypy': package_data},
187187
scripts=['scripts/mypyc'],

0 commit comments

Comments
 (0)