diff --git a/modules/openapi-generator/src/main/resources/python-nextgen/pyproject.mustache b/modules/openapi-generator/src/main/resources/python-nextgen/pyproject.mustache index 192ca581341..2371b4975b6 100644 --- a/modules/openapi-generator/src/main/resources/python-nextgen/pyproject.mustache +++ b/modules/openapi-generator/src/main/resources/python-nextgen/pyproject.mustache @@ -2,7 +2,7 @@ name = "{{{packageName}}}" version = "{{{packageVersion}}}" description = "{{{appName}}}" -authors = ["{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}"] +authors = ["{{infoName}}{{^infoName}}OpenAPI Generator Community{{/infoName}} <{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}>"] license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}" readme = "README.md" repository = "https://github.com/{{{gitRepoId}}}/{{{gitUserId}}}" @@ -34,3 +34,4 @@ flake8 = ">=6.0.0" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" + diff --git a/samples/client/echo_api/python-nextgen/pyproject.toml b/samples/client/echo_api/python-nextgen/pyproject.toml index a1ad217c190..d0b1274a98a 100644 --- a/samples/client/echo_api/python-nextgen/pyproject.toml +++ b/samples/client/echo_api/python-nextgen/pyproject.toml @@ -2,7 +2,7 @@ name = "openapi_client" version = "1.0.0" description = "Echo Server API" -authors = ["team@openapitools.org"] +authors = ["OpenAPI Generator Community "] license = "Apache 2.0" readme = "README.md" repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID" @@ -24,3 +24,4 @@ flake8 = ">=6.0.0" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" + diff --git a/samples/openapi3/client/petstore/python-nextgen-aiohttp/pyproject.toml b/samples/openapi3/client/petstore/python-nextgen-aiohttp/pyproject.toml index 3c1002a8445..447122c7486 100644 --- a/samples/openapi3/client/petstore/python-nextgen-aiohttp/pyproject.toml +++ b/samples/openapi3/client/petstore/python-nextgen-aiohttp/pyproject.toml @@ -2,7 +2,7 @@ name = "petstore_api" version = "1.0.0" description = "OpenAPI Petstore" -authors = ["team@openapitools.org"] +authors = ["OpenAPI Generator Community "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID" @@ -27,3 +27,4 @@ flake8 = ">=6.0.0" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" + diff --git a/samples/openapi3/client/petstore/python-nextgen/pyproject.toml b/samples/openapi3/client/petstore/python-nextgen/pyproject.toml index d70b472207c..3ba7360599a 100644 --- a/samples/openapi3/client/petstore/python-nextgen/pyproject.toml +++ b/samples/openapi3/client/petstore/python-nextgen/pyproject.toml @@ -2,7 +2,7 @@ name = "petstore_api" version = "1.0.0" description = "OpenAPI Petstore" -authors = ["team@openapitools.org"] +authors = ["OpenAPI Generator Community "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID" @@ -26,3 +26,4 @@ flake8 = ">=6.0.0" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" +