make mypy stop complaining and analyze this lib
This commit is contained in:
parent
5cc4c8d844
commit
84f291038e
2 changed files with 3 additions and 0 deletions
0
aiocraft/py.typed
Normal file
0
aiocraft/py.typed
Normal file
3
setup.py
3
setup.py
|
@ -16,6 +16,9 @@ setup(
|
||||||
author_email='me@alemi.dev',
|
author_email='me@alemi.dev',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
package_data = {
|
||||||
|
'aiocraft': ['py.typed'],
|
||||||
|
},
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 1 - Planning',
|
'Development Status :: 1 - Planning',
|
||||||
|
|
Loading…
Reference in a new issue