Skip to content

Commit 835ff9f

Browse files
committed
Update samples
1 parent 09c3da7 commit 835ff9f

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = [
77
]
88
license = "Apache 2.0"
99
readme = "README.md"
10-
11-
[project.urls]
12-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13-
1410
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1511
requires-python = "^3.9"
1612

@@ -21,6 +17,9 @@ dependencies = [
2117
"typing-extensions (>=4.7.1)"
2218
]
2319

20+
[project.urls]
21+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
22+
2423
[tool.poetry]
2524
requires-poetry = ">=2.0"
2625

samples/client/echo_api/python/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = [
77
]
88
license = "Apache 2.0"
99
readme = "README.md"
10-
11-
[project.urls]
12-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13-
1410
keywords = ["OpenAPI", "OpenAPI-Generator", "Echo Server API"]
1511
requires-python = "^3.9"
1612

@@ -21,6 +17,9 @@ dependencies = [
2117
"typing-extensions (>=4.7.1)"
2218
]
2319

20+
[project.urls]
21+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
22+
2423
[tool.poetry]
2524
requires-poetry = ">=2.0"
2625

samples/openapi3/client/petstore/python-aiohttp/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = [
77
]
88
license = "Apache-2.0"
99
readme = "README.md"
10-
11-
[project.urls]
12-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13-
1410
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1511
requires-python = "^3.9"
1612

@@ -25,6 +21,9 @@ dependencies = [
2521
"typing-extensions (>=4.7.1)"
2622
]
2723

24+
[project.urls]
25+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
26+
2827
[tool.poetry]
2928
requires-poetry = ">=2.0"
3029

samples/openapi3/client/petstore/python/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ authors = [
77
]
88
license = "Apache-2.0"
99
readme = "README.md"
10-
11-
[project.urls]
12-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
13-
1410
keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"]
1511
requires-python = "^3.9"
1612

@@ -23,6 +19,9 @@ dependencies = [
2319
"typing-extensions (>=4.7.1)"
2420
]
2521

22+
[project.urls]
23+
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
24+
2625
[tool.poetry]
2726
requires-poetry = ">=2.0"
2827

0 commit comments

Comments
 (0)