Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #140 from Goldziher/patch-1""
Browse files Browse the repository at this point in the history
This reverts commit 4ee7305.
  • Loading branch information
omarryhan committed Jun 21, 2024
1 parent 390ca30 commit e77553a
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 e77553a

Please sign in to comment.