Skip to content

Commit

Permalink
adding default result
Browse files Browse the repository at this point in the history
  • Loading branch information
swetha1654 committed Dec 9, 2024
1 parent 3baff1f commit d7eee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "workflows-cli"
name = "allure_add_default_for_missing_results"
# Version unused; repository has its own versioning system. (See .github/workflows/__release.yaml)
version = "0.1.0"
description = ""
Expand All @@ -8,7 +8,7 @@ authors = ["Carl Csaposs <[email protected]>"]
readme = "README.md"

[tool.poetry.scripts]
allure-add-default-for-missing-results = "workflows_cli.allure_add_default_for_missing_results:main"
allure-add-default-for-missing-results = "allure_add_default_for_missing_results.allure_add_default_for_missing_results:main"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit d7eee35

Please sign in to comment.