Skip to content

Commit

Permalink
Merge pull request #2598 from davep/homepage-update
Browse files Browse the repository at this point in the history
Update the homepage in pyproject.toml
  • Loading branch information
davep committed Oct 20, 2022
2 parents 594c06e + c90c8e1 commit 62de8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v3
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.*.md,*.svg,./benchmarks/snippets.py,./tests,./tools"
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rich"
homepage = "https://github.com/willmcgugan/rich"
homepage = "https://github.com/Textualize/rich"
documentation = "https://rich.readthedocs.io/en/latest/"
version = "13.0.0"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
Expand Down

0 comments on commit 62de8e4

Please sign in to comment.