forked from loafle/openapi-generator-original
Fix repository url in pyproject.toml (#15444)
The url had the repo id & user id in the wrong order
This commit is contained in:
parent
3685c0c1d6
commit
ff9b38404e
@ -5,7 +5,7 @@ description = "{{{appName}}}"
|
|||||||
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
|
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
|
||||||
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
|
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/{{{gitRepoId}}}/{{{gitUserId}}}"
|
repository = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}"
|
||||||
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
|
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
@ -5,7 +5,7 @@ description = "Echo Server API"
|
|||||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache 2.0"
|
license = "Apache 2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||||
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
|
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
@ -5,7 +5,7 @@ description = "OpenAPI Petstore"
|
|||||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||||
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
|
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
@ -5,7 +5,7 @@ description = "OpenAPI Petstore"
|
|||||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
|
||||||
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
|
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user