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

@@ -47,5 +47,6 @@ setup(
long_description_content_type='text/markdown',
long_description="""\
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501
"""
""",
package_data={"petstore_api": ["py.typed"]},
)