add py.typed to enable type checking for downstream
This commit is contained in:
parent
8082743e17
commit
1bb4bd6bb7
2 changed files with 3 additions and 1 deletions
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',
|
url='https://mpxd.net/code/jan/masque',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
'masque': ['VERSION']
|
'masque': ['VERSION',
|
||||||
|
'py.typed',
|
||||||
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue