forked from loafle/openapi-generator-original
use gitHost in python pyproject template (#19421)
This commit is contained in:
parent
ae069e6840
commit
0f294a5129
@ -5,7 +5,7 @@ description = "{{{appName}}}"
|
|||||||
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
|
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
|
||||||
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
|
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}"
|
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
|
||||||
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
|
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
|
||||||
include = ["{{packageName}}/py.typed"]
|
include = ["{{packageName}}/py.typed"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user