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 ae069e6 commit 0f294a5Copy full SHA for 0f294a5
1 file changed
modules/openapi-generator/src/main/resources/python/pyproject.mustache
@@ -5,7 +5,7 @@ description = "{{{appName}}}"
5
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
6
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
7
readme = "README.md"
8
-repository = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}"
+repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
9
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
10
include = ["{{packageName}}/py.typed"]
11
0 commit comments