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

@@ -45,6 +45,7 @@ openapi_client/models/string_enum_ref.py
openapi_client/models/tag.py
openapi_client/models/test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
openapi_client/models/test_query_style_form_explode_true_array_string_query_object_parameter.py
openapi_client/py.typed
openapi_client/rest.py
pyproject.toml
requirements.txt

View File

@@ -7,6 +7,7 @@ license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
include = ["openapi_client/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"

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"]},
)