From e77553a1b5f2f7cc4b534913b1faeb29d0ab79aa Mon Sep 17 00:00:00 2001 From: Omar Ryhan Date: Fri, 21 Jun 2024 22:40:29 +0300 Subject: [PATCH] Revert "Revert "Merge pull request #140 from Goldziher/patch-1"" This reverts commit 4ee7305f57ffc2ba91f24e3d9d20de87735948be. --- aiogoogle/py.typed | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 aiogoogle/py.typed 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",