Is your feature request related to a problem? Please describe.
mypy does not import the generated Python client while type checking. According to PEP 561, a py.typed file needs to be shipped with the package to show mypy that a package has valid type annotations.
Describe the solution you'd like
Add py.typed to the generated package root and add it to the package_data in setup.py.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
mypy does not import the generated Python client while type checking. According to PEP 561, a
py.typedfile needs to be shipped with the package to show mypy that a package has valid type annotations.Describe the solution you'd like
Add
py.typedto the generated package root and add it to thepackage_datainsetup.py.Describe alternatives you've considered
Additional context