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 2af194b commit 9e5e4b1Copy full SHA for 9e5e4b1
modules/openapi-generator/src/main/resources/python-pydantic-v1/pyproject.mustache
@@ -3,7 +3,7 @@ name = "{{{packageName}}}"
3
version = "{{{packageVersion}}}"
4
description = "{{{appName}}}"
5
authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"]
6
-license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
+license = "{{{licenseInfo}}}{{^licenseInfo}}Unlicense{{/licenseInfo}}"
7
readme = "README.md"
8
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"
9
keywords = ["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"]
0 commit comments