Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dev@otava.apache.org>"]
version = "0.6.0"
description = "Apache Otava (Incubating): Change Detection for Continuous Performance Engineering"
authors = ["Apache Otava (Incubating) <dev@otava.apache.org>"]
include = ["DISCLAIMER"]
packages = [{include = "otava"}]
packages = [{ include = "otava" }]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're here... what does this do and why is this not apache-otava?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


[tool.poetry.dependencies]
dateparser = "^1.0.0"
Expand Down