Merge "Add py.typed file to export types to dependents."

This commit is contained in:
Shaju Mathew
2023-01-17 15:25:34 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 0 deletions

View File

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',