forked from jan/fatamorgana
enable type checking for downstream
This commit is contained in:
parent
fab80c8517
commit
fdf5e9f598
0
fatamorgana/py.typed
Normal file
0
fatamorgana/py.typed
Normal file
4
setup.py
4
setup.py
@ -52,7 +52,9 @@ setup(name='fatamorgana',
|
||||
],
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'fatamorgana': ['VERSION']
|
||||
'fatamorgana': ['VERSION',
|
||||
'py.typed',
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
'typing',
|
||||
|
Loading…
x
Reference in New Issue
Block a user