diff --git a/aiocraft/py.typed b/aiocraft/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 6f1b86c..4b22512 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,9 @@ setup( author_email='me@alemi.dev', license='MIT', packages=find_packages(), + package_data = { + 'aiocraft': ['py.typed'], + }, install_requires=requirements, classifiers=[ 'Development Status :: 1 - Planning',