henrikingo commented on code in PR #59: URL: https://github.com/apache/otava/pull/59#discussion_r2127866447
########## pyproject.toml: ########## @@ -17,11 +17,11 @@ [tool.poetry] name = "apache-otava" -version = "0.6.0+incubating" -description = "Change Detection for Continuous Performance Engineering" -authors = ["Apache Otava Developers <[email protected]>"] +version = "0.6.0" +description = "Apache Otava (Incubating): Change Detection for Continuous Performance Engineering" +authors = ["Apache Otava (Incubating) Developers <[email protected]>"] include = ["DISCLAIMER"] -packages = [{include = "otava"}] +packages = [{ include = "otava" }] Review Comment: Since we're here... what does this do and why is this not apache-otava? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
