Skip to content

Commit

Permalink
Reconstruct pep561 branch (see python#4255) (python#4879)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum authored Apr 10, 2018
1 parent 6f11f35 commit af7e834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mypy/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Marker file for PEP 561. The mypy package uses inline types.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def run(self):
license='MIT License',
py_modules=[],
packages=['mypy', 'mypy.test', 'mypy.server', 'mypy.plugins'],
package_data={'mypy': ['py.typed']},
entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
'stubgen=mypy.stubgen:main',
'dmypy=mypy.dmypy:main',
Expand Down

0 comments on commit af7e834

Please sign in to comment.