This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch rename-to-apache-otava in repository https://gitbox.apache.org/repos/asf/otava.git
commit fde139441d4f27ec807a4ff7bdda3fc737a5b68b Author: Alex Sorokoumov <[email protected]> AuthorDate: Thu May 8 23:14:47 2025 -0700 Rename project name to apache-otava This change addresses RC feedback that project names typically contain prefix "apache-". For example, https://github.com/apache/airflow/blob/40789d677972a3d7d0827e5a12329879487f7926/pyproject.toml#L33 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1295550..7f57b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ # under the License. [tool.poetry] -name = "otava" +name = "apache-otava" version = "0.6.0+incubating" description = "Change Detection for Continuous Performance Engineering" authors = ["Apache Otava Developers <[email protected]>"]
