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 ee74e5f  Address ASF feedback for RC3 (#57)
ee74e5f is described below

commit ee74e5f6d14a6805c8bee9aae1c2e68079586f3a
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Thu May 8 22:59:00 2025 -0700

    Address ASF feedback for RC3 (#57)
    
    * Replace project authors with Apache Otava Developers
    
    This change addresses ASF feedback about individual contributor's name
    and email in PKG-INFO and dist metadata.
    
    Turns out, poetry just takes the first author from pyproject and puts
    them as the only author in those files. Instead, we'll do the same as
    PyArrow - 
https://github.com/apache/arrow/blob/2a88c5267d980851dc1dcdff54dbfe115ee1ef89/python/pyproject.toml#L49-L51.
    
    * Add (incubating) to the NOTICE.txt file
    
    * Remove .txt suffix from DISCLAIMER, LICENSE, NOTICE
    
    * Include DISCLAIMER into the build
---
 DISCLAIMER.txt => DISCLAIMER |  0
 LICENSE.txt => LICENSE       |  0
 NOTICE.txt => NOTICE         |  2 +-
 pyproject.toml               | 11 ++---------
 4 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/DISCLAIMER.txt b/DISCLAIMER
similarity index 100%
rename from DISCLAIMER.txt
rename to DISCLAIMER
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/NOTICE.txt b/NOTICE
similarity index 85%
rename from NOTICE.txt
rename to NOTICE
index fd82241..979dc30 100644
--- a/NOTICE.txt
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Otava
+Apache Otava (incubating)
 Copyright 2020- The Apache Software Foundation.
 
 This product includes software developed at
diff --git a/pyproject.toml b/pyproject.toml
index 76ce6a8..1295550 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,15 +19,8 @@
 name = "otava"
 version = "0.6.0+incubating"
 description = "Change Detection for Continuous Performance Engineering"
-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]>",
-]
+authors = ["Apache Otava Developers <[email protected]>"]
+include = ["DISCLAIMER"]
 
 [tool.poetry.dependencies]
 dateparser = "^1.0.0"

Reply via email to