add py.typed to enable downstream typechecking
This commit is contained in:
parent
54bc14f923
commit
fcd6fc7065
0
meanas/py.typed
Normal file
0
meanas/py.typed
Normal file
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(name='meanas',
|
|||||||
url='https://mpxd.net/code/jan/meanas',
|
url='https://mpxd.net/code/jan/meanas',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
'meanas': []
|
'meanas': ['py.typed']
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
|
Loading…
Reference in New Issue
Block a user