add py.typed to enable downstream typechecking
This commit is contained in:
parent
54bc14f923
commit
fcd6fc7065
2 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue