Skip to content

Commit

Permalink
Add mypy.dmypy to the list of packages (python#6868)
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan authored May 20, 2019
1 parent 728bbfd commit 0983acf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ def run(self):
license='MIT License',
py_modules=[],
ext_modules=ext_modules,
packages=['mypy', 'mypy.test', 'mypy.server', 'mypy.plugins', 'mypy.newsemanal'],
packages=[
'mypy', 'mypy.test', 'mypy.server', 'mypy.plugins', 'mypy.newsemanal', 'mypy.dmypy'
],
package_data={'mypy': package_data},
entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
'stubgen=mypy.stubgen:main',
Expand Down

0 comments on commit 0983acf

Please sign in to comment.