This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new f1d21a8 Rename project name to apache-otava (#58)
f1d21a8 is described below
commit f1d21a84b79a4bb411b404437b163250d30edecb
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri May 9 19:09:35 2025 -0700
Rename project name to apache-otava (#58)
* 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
* Fix discrepancy between project and module name
---
pyproject.toml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 1295550..623dfe4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,11 +16,12 @@
# 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]>"]
include = ["DISCLAIMER"]
+packages = [{include = "otava"}]
[tool.poetry.dependencies]
dateparser = "^1.0.0"