forked from loafle/openapi-generator-original
fix(python-nextgen): Use spec format for authors in pyproject (#15170)
This commit is contained in:
parent
a5bc7f107d
commit
4a83c9181f
@ -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"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "openapi_client"
|
||||
version = "1.0.0"
|
||||
description = "Echo Server API"
|
||||
authors = ["team@openapitools.org"]
|
||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||
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"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "petstore_api"
|
||||
version = "1.0.0"
|
||||
description = "OpenAPI Petstore"
|
||||
authors = ["team@openapitools.org"]
|
||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||
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"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "petstore_api"
|
||||
version = "1.0.0"
|
||||
description = "OpenAPI Petstore"
|
||||
authors = ["team@openapitools.org"]
|
||||
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||
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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user