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(),
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
'fatamorgana': ['VERSION']
|
'fatamorgana': ['VERSION',
|
||||||
|
'py.typed',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'typing',
|
'typing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user