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
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ description = "Echo Server API"
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
license = "Apache 2.0"
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"]
[tool.poetry.dependencies]