This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch pyproject-description in repository https://gitbox.apache.org/repos/asf/otava.git
commit 078a861c65a2d2c82bacb3bd695f5cf65dc0549e Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Apr 5 00:26:48 2025 -0700 Add authors --- pyproject.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ae446d..32dbee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,15 @@ name = "otava" version = "0.6.0-incubating" description = "Change Detection for Continuous Performance Engineering" -authors = ["Piotr Kołaczkowski <[email protected]>"] +authors = [ + "Alexander Sorokoumov <[email protected]>", + "Guy Bolton King <[email protected]>", + "Henrik Ingo <[email protected]>", + "Matt Fleming <[email protected]>", + "Piotr Kołaczkowski <[email protected]>", + "Sean McCarthy <[email protected]>", + "Shaunak Das <[email protected]>" +] [tool.poetry.dependencies] dateparser = "^1.0.0"
