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}}}"
|
name = "{{{packageName}}}"
|
||||||
version = "{{{packageVersion}}}"
|
version = "{{{packageVersion}}}"
|
||||||
description = "{{{appName}}}"
|
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}}"
|
license = "{{{licenseInfo}}}{{^licenseInfo}}NoLicense{{/licenseInfo}}"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/{{{gitRepoId}}}/{{{gitUserId}}}"
|
repository = "https://github.com/{{{gitRepoId}}}/{{{gitUserId}}}"
|
||||||
@ -34,3 +34,4 @@ flake8 = ">=6.0.0"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "openapi_client"
|
name = "openapi_client"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Echo Server API"
|
description = "Echo Server API"
|
||||||
authors = ["team@openapitools.org"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache 2.0"
|
license = "Apache 2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
||||||
@ -24,3 +24,4 @@ flake8 = ">=6.0.0"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "petstore_api"
|
name = "petstore_api"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "OpenAPI Petstore"
|
description = "OpenAPI Petstore"
|
||||||
authors = ["team@openapitools.org"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
||||||
@ -27,3 +27,4 @@ flake8 = ">=6.0.0"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "petstore_api"
|
name = "petstore_api"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "OpenAPI Petstore"
|
description = "OpenAPI Petstore"
|
||||||
authors = ["team@openapitools.org"]
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
repository = "https://github.com/GIT_REPO_ID/GIT_USER_ID"
|
||||||
@ -26,3 +26,4 @@ flake8 = ">=6.0.0"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user