Commit Graph

2 Commits

Author SHA1 Message Date
Dan Albert
e7e4d2f80f Export type info.
Though there are no type hints here, exporting this file will at least
suppress errors from importers and will allow mypy to infer the things
it can.

Bug: None
Test: mypy gdbrunner
Test: mypy ndkgdb.py # in the NDK
Change-Id: Idf4b7fc646b53e10f36900d09ea98feaa64fd794
2023-05-16 16:09:37 -07:00
Dan Albert
754c05b8fb Convert to setuptools pacakge.
The normal python package structure and setuptools package are required
for py.typed to be seen by importers, which is needed for callers to
type check use of gdbrunner.

Bug: None
Test: ndk-gdb --help && gdbclient --help
Change-Id: I9a6d65595f9572275e31f08b3678c300a78275d5
2023-05-16 15:54:17 -07:00