forked from jan/fatamorgana
enable type checking for downstream
This commit is contained in:
parent
fab80c8517
commit
fdf5e9f598
2 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue