enable type checking for downstream

This commit is contained in:
Jan Petykiewicz 2020-05-19 00:51:40 -07:00
parent fab80c8517
commit fdf5e9f598
2 changed files with 3 additions and 1 deletions

0
fatamorgana/py.typed Normal file
View File

View File

@ -52,7 +52,9 @@ setup(name='fatamorgana',
], ],
packages=find_packages(), packages=find_packages(),
package_data={ package_data={
'fatamorgana': ['VERSION'] 'fatamorgana': ['VERSION',
'py.typed',
],
}, },
install_requires=[ install_requires=[
'typing', 'typing',