add py.typed (#15804)

This commit is contained in:
William Cheng
2023-06-10 21:48:54 +08:00
committed by GitHub
parent fe2dde3708
commit 21748e024a
16 changed files with 16 additions and 4 deletions

View File

@@ -46,5 +46,6 @@ setup(
long_description_content_type='text/markdown',
long_description="""\
Echo Server API # noqa: E501
"""
""",
package_data={"openapi_client": ["py.typed"]},
)