File tree Expand file tree Collapse file tree
python-disallowAdditionalPropertiesIfNotPresent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
2929| packageName| python package name (convention: snake_case).| | openapi_client|
3030| packageUrl| python package URL.| | null|
3131| packageVersion| python package version.| | 1.0.0|
32+ | poetry1| Fallback to formatting pyproject.toml to Poetry 1.x format.| | null|
3233| projectName| python project name in setup.py (e.g. petstore-api).| | null|
3334| recursionLimit| Set the recursion limit. If not set, use the system default value.| | null|
3435| setEnsureAsciiToFalse| When set to true, add ` ensure_ascii=False ` in json.dumps when creating the HTTP request body.| | false|
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ authors = [
77]
88license = " Apache 2.0"
99readme = " README.md"
10+
11+ [project .urls ]
12+ Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " Echo Server API" ]
1115requires-python = " ^3.9"
1216
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ authors = [
77]
88license = " Apache 2.0"
99readme = " README.md"
10+
11+ [project .urls ]
12+ Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " Echo Server API" ]
1115requires-python = " ^3.9"
1216
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ authors = [
77]
88license = " Apache-2.0"
99readme = " README.md"
10+
11+ [project .urls ]
12+ Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " OpenAPI Petstore" ]
1115requires-python = " ^3.9"
1216
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ authors = [
77]
88license = " Apache-2.0"
99readme = " README.md"
10+
11+ [project .urls ]
12+ Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
13+
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " OpenAPI Petstore" ]
1115requires-python = " ^3.9"
1216
You can’t perform that action at this time.
0 commit comments