snazy opened a new issue, #757: URL: https://github.com/apache/polaris/issues/757
### Describe the bug The contents of `regtests/client/python/pyproject.toml` contains ```toml [tool.poetry] name = "polaris" version = "1.0.0" description = "Polaris Management Service" authors = ["OpenAPI Generator Community <[email protected]>"] license = "NoLicense" readme = "README.md" repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" keywords = ["OpenAPI", "OpenAPI-Generator", "Polaris Management Service"] include = ["polaris.management/py.typed"] ``` which has wrong values for authors, license, repository, keywords. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
