Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Audiosutras committed Nov 13, 2023
1 parent 138742d commit c2935fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://github.com/Audiosutras/getdat/docs"
repository = "https://github.com/Audiosutras/getdat"
keywords = ["cli", "books", "movies", "episodes", "anna's archive", "movie-web"]
authors = ["Christopher Dixon <christopher.snipes.dixon@gmail.com>"]
readme = "docs/README.md"
readme = "docs/READMe.md"
packages = [{include = "getdat", from = "src"}]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def exit(self):
ctx = mocker.patch.object(click, "get_current_context", return_value=mock_get_current_context)
print_help(msg)
# assert our message is styled with error styling (red).
# wrapped in click.echo so it will be shown
# Its wrapped in click.echo so it will be shown
spy.assert_called_once_with(msg, fg="red")
# asserts that the context manager is fetched
# to show help text for a command
Expand Down

0 comments on commit c2935fa

Please sign in to comment.