Skip to content

Commit

Permalink
Add py.typed. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregersn committed May 20, 2024
1 parent 77beeb2 commit 59387a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Empty file added adbutils/py.typed
Empty file.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
if sys.argv[-1] == "build_wheel":
subprocess.call([sys.executable, "build_wheel.py"])
else:
setuptools.setup(setup_requires=['pbr'], python_requires='>=3.8', pbr=True)
setuptools.setup(
setup_requires=["pbr"],
python_requires=">=3.8",
pbr=True,
package_data={"adbutils": ["py.typed"]},
)

0 comments on commit 59387a3

Please sign in to comment.