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 9ccf0af18485bdabf2c836da464fb4748e57d62b Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Apr 5 00:18:26 2025 -0700 Add description to pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bca8208..446db5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ [tool.poetry] name = "otava" version = "0.6.0" -description = "" +description = "Change Detection for Continuous Performance Engineering" authors = ["Piotr Kołaczkowski <[email protected]>"] [tool.poetry.dependencies]
