diff --git a/aiogoogle/py.typed b/aiogoogle/py.typed new file mode 100644 index 0000000..e9c57f9 --- /dev/null +++ b/aiogoogle/py.typed @@ -0,0 +1 @@ +# typing marker - this file is used by MyPy and other tools to determine that this library is typed diff --git a/setup.py b/setup.py index bbfcfe0..0c994b7 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ tests_require=test_requirements, url=main_ns["__url__"], packages=find_packages(exclude=['tests*']), + package_data={"aiogoogle": ["py.typed"]}, classifiers=[ "Programming Language :: Python :: 3.7", "Operating System :: OS Independent",