Skip to content

Commit 59387a3

Browse files
authored
Add py.typed. (#123)
1 parent 77beeb2 commit 59387a3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

adbutils/py.typed

Whitespace-only changes.

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@
1616
if sys.argv[-1] == "build_wheel":
1717
subprocess.call([sys.executable, "build_wheel.py"])
1818
else:
19-
setuptools.setup(setup_requires=['pbr'], python_requires='>=3.8', pbr=True)
19+
setuptools.setup(
20+
setup_requires=["pbr"],
21+
python_requires=">=3.8",
22+
pbr=True,
23+
package_data={"adbutils": ["py.typed"]},
24+
)

0 commit comments

Comments
 (0)