Skip to content

Commit

Permalink
Merge pull request #142 from omarryhan/add-pytyped
Browse files Browse the repository at this point in the history
Revert "Revert "Merge pull request #140 from Goldziher/patch-1""
  • Loading branch information
omarryhan authored Jun 21, 2024
2 parents 390ca30 + e77553a commit 1c78ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aiogoogle/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# typing marker - this file is used by MyPy and other tools to determine that this library is typed
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c78ecf

Please sign in to comment.