mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
add py.typed (#15804)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -46,5 +46,6 @@ setup(
|
||||
long_description_content_type='text/markdown',
|
||||
long_description="""\
|
||||
Echo Server API # noqa: E501
|
||||
"""
|
||||
""",
|
||||
package_data={"openapi_client": ["py.typed"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user