Skip to content

Commit af7e834

Browse files
authored
Reconstruct pep561 branch (see #4255) (#4879)
1 parent 6f11f35 commit af7e834

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mypy/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561. The mypy package uses inline types.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def run(self):
9999
license='MIT License',
100100
py_modules=[],
101101
packages=['mypy', 'mypy.test', 'mypy.server', 'mypy.plugins'],
102+
package_data={'mypy': ['py.typed']},
102103
entry_points={'console_scripts': ['mypy=mypy.__main__:console_entry',
103104
'stubgen=mypy.stubgen:main',
104105
'dmypy=mypy.dmypy:main',

0 commit comments

Comments
 (0)