Add py.typed file to export types to dependents.

There isn't any type info yet, but this is a prereq for exporting that
data.

https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker

Bug: None
Test: None
Change-Id: I9fa7a540a57ff76a4f8dcded92456b8c4be09dad
This commit is contained in:
Dan Albert
2022-12-16 11:59:17 -08:00
parent e6b57e4a05
commit 16a9f493c9
2 changed files with 1 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ setup(
keywords='adb android',
package_dir={'adb': ''},
packages=['adb'],
package_data={'adb': ['py.typed']},
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',