add py.typed to enable downstream typechecking

This commit is contained in:
Jan Petykiewicz 2020-11-03 01:15:58 -08:00
parent 54bc14f923
commit fcd6fc7065
2 changed files with 1 additions and 1 deletions

0
meanas/py.typed Normal file
View File

View File

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