add py.typed to enable downstream type checking
This commit is contained in:
parent
94ebf9fa18
commit
085bb79ed7
2 changed files with 3 additions and 1 deletions
0
float_raster/py.typed
Normal file
0
float_raster/py.typed
Normal file
4
setup.py
4
setup.py
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue