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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user