add py.typed to enable type checking for downstream

This commit is contained in:
Jan Petykiewicz 2020-05-19 00:15:51 -07:00
parent 8082743e17
commit 1bb4bd6bb7
2 changed files with 3 additions and 1 deletions

0
masque/py.typed Normal file
View File

View File

@ -18,7 +18,9 @@ setup(name='masque',
url='https://mpxd.net/code/jan/masque',
packages=find_packages(),
package_data={
'masque': ['VERSION']
'masque': ['VERSION',
'py.typed',
]
},
install_requires=[
'numpy',