Skip to content

Commit 0f294a5

Browse files
authored
use gitHost in python pyproject template (#19421)
1 parent ae069e6 commit 0f294a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "{{{appName}}}"
55
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
66
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
77
readme = "README.md"
8-
repository = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}"
8+
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
1010
include = ["{{packageName}}/py.typed"]
1111

0 commit comments

Comments
 (0)