We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f366d8b commit 09c3da7Copy full SHA for 09c3da7
1 file changed
modules/openapi-generator/src/main/resources/python/pyproject.mustache
@@ -19,12 +19,6 @@ license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
19
readme = "README.md"
20
{{#poetry1}}
21
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
22
-{{/poetry1}}
23
-{{^poetry1}}
24
-
25
-[project.urls]
26
-Repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
27
28
{{/poetry1}}
29
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
30
@@ -68,8 +62,11 @@ dependencies = [
68
62
"pydantic (>=2)",
69
63
"typing-extensions (>=4.7.1)"
70
64
]
71
72
65
66
+[project.urls]
67
+Repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
+
+{{/poetry1}}
73
{{^poetry1}}
74
[tool.poetry]
75
requires-poetry = ">=2.0"
0 commit comments