fix(python-nextgen): Use spec format for authors in pyproject (#15170)

This commit is contained in:
Tushar
2023-04-10 08:01:37 +05:30
committed by GitHub
parent a5bc7f107d
commit 4a83c9181f
4 changed files with 8 additions and 4 deletions

View File

@@ -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"