Fix repository url in pyproject.toml (#15444)

The url had the repo id & user id in the wrong order
This commit is contained in:
Dan Čermák 2023-05-08 19:29:34 +02:00 committed by GitHub
parent 3685c0c1d6
commit ff9b38404e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]