Skip to content

Commit 2912465

Browse files
yedpodtrzitkoilevkivskyi
authored andcommitted
add mypy.plugins into built packages (#4570)
1 parent bdd5de9 commit 2912465

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
@@ -100,7 +100,7 @@ def run(self):
100100
license='MIT License',
101101
platforms=['POSIX'],
102102
py_modules=[],
103-
packages=['mypy', 'mypy.test', 'mypy.server'],
103+
packages=['mypy', 'mypy.test', 'mypy.server', 'mypy.plugins'],
104104
entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
105105
'stubgen=mypy.stubgen:main',
106106
'dmypy=mypy.dmypy:main',

0 commit comments

Comments
 (0)