add py.typed to enable downstream type checking

This commit is contained in:
Jan Petykiewicz 2020-11-03 01:16:43 -08:00
parent 94ebf9fa18
commit 085bb79ed7
2 changed files with 3 additions and 1 deletions

0
float_raster/py.typed Normal file
View File

View File

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