Gerrrr commented on code in PR #59:
URL: https://github.com/apache/otava/pull/59#discussion_r2127887898


##########
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:
   Poetry needs this to discover the main part of the codebase. Without this, 
we'll need to rename https://github.com/apache/otava/tree/master/otava to 
`apache-otava` as well.



-- 
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]

Reply via email to