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 8702c40 Pyproject description (#50)
8702c40 is described below
commit 8702c402f8d012743d906546f033b00bf2521860
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun Apr 6 22:51:14 2025 -0700
Pyproject description (#50)
* Add description to pyproject.toml
* Set release version to 0.6.0-incubating
* Add authors
* 0.6.0-incubating -> 0.6.0+incubating
The former fails poetry's validation with "Invalid PEP 440
version: '0.6.0-incubating'".
---
pyproject.toml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index bca8208..9b92102 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,9 +17,17 @@
[tool.poetry]
name = "otava"
-version = "0.6.0"
-description = ""
-authors = ["Piotr Kołaczkowski <[email protected]>"]
+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]>"
+]
[tool.poetry.dependencies]
dateparser = "^1.0.0"