add py.typed to enable type checking for downstream
This commit is contained in:
parent
8082743e17
commit
1bb4bd6bb7
0
masque/py.typed
Normal file
0
masque/py.typed
Normal file
4
setup.py
4
setup.py
@ -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…
x
Reference in New Issue
Block a user