Skip to content

Commit 9e5e4b1

Browse files
authored
fix(python): Change template default license to Unlicense (#21514)
1 parent 2af194b commit 9e5e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "{{{packageName}}}"
33
version = "{{{packageVersion}}}"
44
description = "{{{appName}}}"
55
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
6-
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
6+
license = "{{{licenseInfo}}}{{^licenseInfo}}Unlicense{{/licenseInfo}}"
77
readme = "README.md"
88
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]

0 commit comments

Comments
 (0)