add py.typed to enable type checking for downstream

lethe/HEAD
Jan Petykiewicz 4 years ago
parent 8082743e17
commit 1bb4bd6bb7

@ -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',

Loading…
Cancel
Save